Issue Details (XML | Word | Printable)

Key: STR-2140
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Diego
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts 1

Multipart forms processed in reset() method

Created: 20/Jul/04 10:04 PM   Updated: 22/Aug/07 05:47 AM
Return to search
Component/s: Core
Affects Version/s: Nightly Build
Fix Version/s: None

Environment:
Operating System: All
Platform: All
Issue Links:
Incorporates
 

Bugzilla Id: 30210


 Description  « Hide
When a form is of type multipart, it's not possible to get the request
parameters calling request.getParameter("param_name") because multipart forms
are processed later, in the RequestUtils.populate() method.

Sometimes can be useful to get parameters in the reset() method, for example,
to set the value of the checkboxes in a multipage form.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Don Brown made changes - 23/Apr/06 04:47 AM
Field Original Value New Value
issue.field.bugzillaimportkey 30210 27431
Paul Benedict made changes - 26/Nov/06 06:19 AM
Bugzilla Id 30210
Assignee Struts Developers [ dev@struts.apache.org ]
Component/s Core [ 21233 ]
Component/s Unknown [ 21244 ]
Paul Benedict made changes - 22/Aug/07 05:47 AM
Link This issue is part of STR-2772 [ STR-2772 ]