Hi
I have defined the application specific constants in the java file.And in
jsp i am trying to access the constants as

<s:if test="%{msgStatusCode == @org.myconsta...@message_status_code_unread
}">

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 someone please tell me how to tell framework not to look-up into
the package.properties and get the value directly from the java file.

Thanks,
Raj

Reply via email to