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

Sporadic error in html:form action attribute





------- Additional Comments From [EMAIL PROTECTED]  2003-01-07 06:11 -------
ok, figured out what was causing the problem.  Not sure if it's an issue with 
struts or not, but here is what's causing it.  Here is my web.xml file (the 
relevent portion) :

<servlet-mapping>
  <servlet-name>action</servlet-name>
  <url-pattern>/do/*</url-pattern>
</servlet-mapping>
<servlet-mapping>
  <servlet-name>action</servlet-name>
  <url-pattern>/signIn</url-pattern>
</servlet-mapping>

having multiple servlet-mappings with the same servlet-name causes this 
strange result in the <html:form> tag...

Once I created a new servlet and changed the servlet-name in the second 
servlet-mapping, it worked fine.

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

Reply via email to