nikos dimitrakas created WW-4256:
------------------------------------
Summary: 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.16, 2.3.15.3, 2.3.15.2
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)
|