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=25434>. 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=25434 multipart/form-data loses all request parameters in action forward. ------- Additional Comments From [EMAIL PROTECTED] 2004-01-09 07:45 ------- I have two actions: 1) Action one receives the form data as multipart/form-data. The data contains one file and other fields and checkboxes. Everything is ok. This action forwards the request to a second action by returning a mapping that maps to /action/second.do struts-config.xml. This is done without a redirect. 2) The second action tried to use request parameters (specifically the value set by the submit button), but they had all gone away. I was able to work around this problem, so I don't currently have a way to test this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
