DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28508>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28508 Better exception message on FormTag Summary: Better exception message on FormTag Product: Struts Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I came across the following error message when setting up a very simple Struts application (consisted of only 2 Actions and 1 ActionForm): org.apache.jasper.JasperException: Cannot retrieve definition for form bean null After hours (literally) strugling with struts-config.xml, I finally realized that was caused by the <html:form> using the wrong Action (the one without an ActionForm associated with). I could have easily fixed this bug in my application much I had received a message such as: org.apache.jasper.JasperException: Cannot retrieve definition for form bean null on action /actionNoBean So, I'm providing a patch for this improvement. Regards, Felipe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
