You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Ralf Hauser (JIRA)" <ji...@apache.org> on 2008/03/31 14:00:59 UTC

[jira] Created: (STR-3139) better error message for "Form bean not specified on mapping for action: "/yourAction""

better error message for "Form bean not specified on mapping for action: "/yourAction""
---------------------------------------------------------------------------------------

                 Key: STR-3139
                 URL: https://issues.apache.org/struts/browse/STR-3139
             Project: Struts 1
          Issue Type: Improvement
    Affects Versions: 1.3.8
            Reporter: Ralf Hauser


The above error message is shown with the following stacktrace...

javax.servlet.jsp.JspException: Form bean not specified on mapping for action: "/yourAction"
	org.apache.struts.taglib.html.FormTag.lookup(FormTag.java:857)
	org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:467)
...

It would be very helpful to also say where

==> Form bean not specified on mapping for action: "/yourAction" in struts-config.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.