[
https://issues.apache.org/struts/browse/WW-3137?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes Wannemacher resolved WW-3137.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.1.7
Assignee: Wes Wannemacher
fixed in trunk
> redirectAction doesn't works when it is a submit button name
> ------------------------------------------------------------
>
> Key: WW-3137
> URL: https://issues.apache.org/struts/browse/WW-3137
> Project: Struts 2
> Issue Type: Bug
> Reporter: Bruno Viana Rezende
> Assignee: Wes Wannemacher
> Fix For: 2.1.7
>
>
> in struts 2.1.6 If you try doing
> <input type="submit" name="redirectAction:action_name" />
> it won't work. Instead, you must do
> <input type="submit" name="redirect-action:action_name" />
> which is inconsistent with the new result type name (redirectAction).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.