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


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.

Reply via email to