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 Summary: Sporadic error in html:form action attribute Product: Struts Version: 1.1 Beta 2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a struts webapp that uses the html taglib. Sometimes, after the webapp has been running for a while, the action attribute of the form elements on my pages stops being set properly, and I am forced to restart my servlet container to get it working again. If my jsp page contains this: <html:form action="Foo"> the resulting html should look like this (assuming I'm using extension mapping to associate urls with the struts servlet): <form action="/CONTEXT/Foo.do"> instead, all I get is: <form action="/CONTEXT"> this happens on all of my jsp pages with forms. I haven't found anything useful in the struts debugging output yet, but will keep looking. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>