Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
Nightly Build
-
None
-
None
-
Operating System: All
Platform: All
-
30210
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.
Attachments
Issue Links
- is part of
-
STR-2772 Multipart Command Implementation
- Open