Re: JSP - Constant

2005-07-20 Thread ichy
sorry, you don't have to use page directive since you use full package name. so, another thing to check. i had a situation when i use and the constant value is primitive, i had to write as to make value as String. ichy

Re: JSP - Constant

2005-07-20 Thread ichy
do you have page directive like <%@ page import=" com.freescale.npidashboard.common.Constants.FormState.CREATE" %> regards ichy

RE: JSP - Constant

2005-07-20 Thread raghavendra
I tested it worked fine the following code. Check in u system for paths of com.freescale.npidashboard.common.Constants.FormState.CREATE and styleClas -Original Message- From: Vijay K Anand [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 1:43 PM To: user@struts.apache.org Sub