You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "lefebvre (JIRA)" <ji...@apache.org> on 2013/10/16 14:05:43 UTC

[jira] [Updated] (WW-4211) Form enctype="multipart/form-data" no attributes

     [ https://issues.apache.org/jira/browse/WW-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

lefebvre updated WW-4211:
-------------------------

    Attachment: ws4211.zip

Sorry I forget to post it ... :-)

> 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
>             Fix For: 2.3.16
>
>         Attachments: ws4211.zip
>
>
> If form is defined with enctype="multipart/form-data" attributes cannot be get
> {code}
> <form enctype="multipart/form-data">
>    <input .....
> </form>
> {code}
> {code}
> HttpServletRequest request = ServletActionContext.getRequest();
> request.getParameterNames() <-- Empty colelction
> {code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)