
| Key: |
STR-2140
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Diego
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Operating System: All
Platform: All
Operating System: All
Platform: All
|
|
Issue Links:
|
Incorporates
|
|
|
|
This issue is part of:
|
|
|
STR-2772 Multipart Command Implementation
|
|
|
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no subversion log entries for this issue yet.
|
|