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=15734>.
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=15734

<html:form  cannot find the action form

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-12-31 07:17 -------
Why did you report a bug against Struts when you already assumed there was
something wrong with your struts-config.xml file?  Your first stop for getting
answers to questions or problems is the "struts-user" list, not reporting a bug
against Struts.  It's important to limit bug reports to problems which really
might be bugs with Struts.

Your problem is that the "action" attribute of "html:form" has to match (without
the ".do") the "path" attribute of an "action" element in your struts-config.xml
file.  Your second example does not do that.  Look at the "struts-example" and
"exercise-taglib" applications for examples of proper matching between
"html:form" and your "action" elements.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to