You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/12/12 12:34:07 UTC

[jira] [Commented] (WW-4256) submit tags with action parameter no longer working

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

Lukasz Lenart commented on WW-4256:
-----------------------------------

Have you read version notes for prior releases?

http://struts.apache.org/release/2.3.x/docs/version-notes-23152.html
http://struts.apache.org/release/2.3.x/docs/version-notes-23153.html

2.3.16 contains all that fixes as well so you must enable support for {{action:}} prefix to use {{<s:submit action="..."/>}}

> submit tags with action parameter no longer working
> ---------------------------------------------------
>
>                 Key: WW-4256
>                 URL: https://issues.apache.org/jira/browse/WW-4256
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Core Interceptors
>    Affects Versions: 2.3.15.2, 2.3.15.3, 2.3.16
>            Reporter: nikos dimitrakas
>
> After trying to upgrade from 2.3.14 to 2.3.16 I discovered that submit buttons (created with s:submit) that specify the action attribute no longer work. I tried one by one the earlier versions and the buttons worked in version 2.13.5.1. 
> This issue relates to several other issues included in the latest releases. Perhaps WW-4212 and WW-4023
> Changing the configuration of the excludeParams according to WW-4023 does not solve the problem. 
> Due to this, upgrade to a version higher than 2.3.15.1 is blocked. 
> There is also a warning that accompanies such buttons:
> ParametersInterceptor  - Parameter [action:myAction] didn't match acceptedPattern pattern!
> The name of the html input tag generated by the s:submit has its name attribute set automatically, so it's strange that the framework shouldn't recognize it.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)