Re: Confused

2009-09-07 Thread Raj Aaryn
Apache has mentioned Shale as a retired project on its home page. Thanks, Raj On Thu, Sep 3, 2009 at 5:56 PM, C N Davies wrote: > Ok now I recall it was Shale, which in my understanding is the next > incarnation of Struts that had the brakes put on. I read it on an article > Craig wrote regardi

How to avoid warning messages while accessing constants from the java file

2009-08-18 Thread Raj Aaryn
Hi I have defined the application specific constants in the java file.And in jsp i am trying to access the constants as This works fine . But i am getting lot of warning messages in the log file since struts2 framework is trying to look this constant in the package.properties first.Could someon