lefebvre created WW-4211:
----------------------------
Summary: Form enctype="multipart/form-data" no attributes
Key: WW-4211
URL: https://issues.apache.org/jira/browse/WW-4211
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.3.15.2
Reporter: lefebvre
Priority: Blocker
If form is defined with enctype="multipart/form-data" attributes cannot be get
<form enctype="multipart/form-data">
<input .....
</form>
HttpServletRequest request = ServletActionContext.getRequest();
request.getParameterNames() <-- Empty colelction
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira