[ 
https://issues.apache.org/jira/browse/WW-4211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796744#comment-13796744
 ] 

Lukasz Lenart commented on WW-4211:
-----------------------------------

Ok, problem was related to broken support for {{action:}} prefix in 2.3.15.2 - 
you have been using {{<s:submit action="testFormAction" />}} - when I used 
{{<s:submit />}} everything works as expected in 2.3.15.2 as well.

> 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
>            Assignee: Lukasz Lenart
>            Priority: Blocker
>             Fix For: 2.3.15.3
>
>         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)

Reply via email to