On 7/25/07, Grish <[EMAIL PROTECTED]> wrote:

no, what happens is the action specified in the form is what's executed. I'm
using firefox as well.

here's my button:

<s:submit action="someAction" theme="ajax" targets="myTarget"  />

I tried having the form specify one action and one button have to submit the
form, and another button (like the one above) to have the form submit to
another action. But it seems the action in the form overrides my button.

Things like:

<s:form action="MyAction.do">
<s:submit type="button"/>
<s:submit type="button" action="MyAction!cancel" value="Cancel"/>
</s:form>

work for me in firefox, but don't seem to work in IE.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to