On 7/25/07, David Durham, Jr. <[EMAIL PROTECTED]> wrote:

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


David:

Could you provide the rendered HTML that works in one browser but not the
other?

--
Joe Germuska
[EMAIL PROTECTED] * http://blog.germuska.com

"I felt so good I told the leader how to follow."
-- Sly Stone

Reply via email to