[
https://issues.apache.org/struts/browse/WW-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ChenShen updated WW-2629:
-------------------------
Flags: [Patch]
Component/s: Plugin - Tags
> <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
>
> 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.