You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/01/09 08:45:28 UTC

DO NOT REPLY [Bug 25434] - multipart/form-data loses all request parameters in action forward.

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 pirkka.jokela@solita.fi  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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org