[ 
https://issues.apache.org/struts/browse/WW-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Musachy Barroso resolved WW-2629.
---------------------------------

    Resolution: Not A Problem

Please ask this question on the users mailing list.

> <s:submit> using type="button" can not handle multiple method
> -------------------------------------------------------------
>
>                 Key: WW-2629
>                 URL: https://issues.apache.org/struts/browse/WW-2629
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>    Affects Versions: 2.0.11
>            Reporter: ChenShen
>             Fix For: 2.1.3
>
>
> In a from,I use two <s:submit> tag like this:
> <s:submit id="ggg1" method="save" value="TestOther" type="button"></s:submit>
> <s:submit id="yyy" method="saveother" value="yyy" type="button"></s:submit>
> I want to button can call different method of action, but actually the 
> framework can not handle multiple method call in one form,it always call the 
> same method. But if you using default type, it can handle this.
> Is it a bug?

-- 
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