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
There are no subversion log entries for this issue yet.