DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24650>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24650 name class of bean when throwing java.lang.NoSuchMethodException Summary: name class of bean when throwing java.lang.NoSuchMethodException Product: Struts Version: 1.0 Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] during the manipulation of a session attribute, at one point, instead of setting the entire form, I only gave it a field's content, i.e. a string. 1) there is no complaint when changing the class assigned to a key in the session. 2) so, I am getting an error the following kind <<org.apache.jasper.JasperException: Exception accessing property systemNotice for bean SysMsg: java.lang.NoSuchMethodException: Unknown property 'systemNotice' at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) ...>> Suggestion: It would be very helpful if the type of Class a bean has in this case. If it told me that the String bean had no such method, I would have found the error a lot quicker since I knew it should be AdminActionForm. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]