You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Musachy Barroso (JIRA)" <ji...@apache.org> on 2009/01/02 15:34:38 UTC

[jira] Created: (WW-2944) form "action" is not properly built if action is not found

form "action" is not properly built if action is not found
----------------------------------------------------------

                 Key: WW-2944
                 URL: https://issues.apache.org/struts/browse/WW-2944
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.1.4
            Reporter: Musachy Barroso
             Fix For: 2.1.5


To replicate just add this to a page:

<s:form action="blabla!test">...</s:form>

the output will be missing the method part (!test)

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


[jira] Resolved: (WW-2944) form "action" is not properly built if action is not found

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

Musachy Barroso resolved WW-2944.
---------------------------------

    Resolution: Fixed

> form "action" is not properly built if action is not found
> ----------------------------------------------------------
>
>                 Key: WW-2944
>                 URL: https://issues.apache.org/struts/browse/WW-2944
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.4
>            Reporter: Musachy Barroso
>             Fix For: 2.1.5
>
>
> To replicate just add this to a page:
> <s:form action="blabla!test">...</s:form>
> the output will be missing the method part (!test)

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