You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Sami Dalouche (JIRA)" <ji...@apache.org> on 2008/10/01 04:12:28 UTC

[jira] Created: (WW-2823) @s.form does not allow specifying anything else than !execute

@s.form does not allow specifying anything else than !execute
-------------------------------------------------------------

                 Key: WW-2823
                 URL: https://issues.apache.org/struts/browse/WW-2823
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.1.2
            Reporter: Sami Dalouche


@s.form does not seem to allow specifying the method name.

For instance, let's say I want to post to myAction!alternateExecute, using
@s.form action="myAction!alternateExecute" does not work, since S2 does 
not seem to understand the syntax here.

It is thus necessary to use myAction!alternateExecution.action, but the action suffix is then hardcoded, which is not a good thing...



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-2823) @s.form does not allow specifying anything else than !execute

Posted by "James Holmes (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Holmes resolved WW-2823.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.3

> @s.form does not allow specifying anything else than !execute
> -------------------------------------------------------------
>
>                 Key: WW-2823
>                 URL: https://issues.apache.org/struts/browse/WW-2823
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.2
>            Reporter: Sami Dalouche
>             Fix For: 2.1.3
>
>
> @s.form does not seem to allow specifying the method name.
> For instance, let's say I want to post to myAction!alternateExecute, using
> @s.form action="myAction!alternateExecute" does not work, since S2 does 
> not seem to understand the syntax here.
> It is thus necessary to use myAction!alternateExecution.action, but the action suffix is then hardcoded, which is not a good thing...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.