Hi all,

In my jsp page...

<jsp:getProperty name="GraphStep1Form" property="legendsAlignment"/>
<bean:write name="GraphStep1Form" property="strTitle" /> 

above code works fine.

but <bean:write name="GraphStep1Form" property="legendsAlignment" /> doesn't 
works.

in GraphStep1Form.java
strTitle --> String
legendsAlignment ---> int

I am getting an exception-:
javax.servlet.ServletException: Cannot find message resources under key 
org.apache.struts.action.MESSAGE at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(
PageContextImpl.java:530) 


I am not using any resource file.

<bean:write/> is not working for any interger property. As I know if format 
attribute is not defines in <bean:write/> then by default toString is called 
on property.

Can any body help me ?

Reply via email to