Re: [s2] broken in IE (was: [S2] Multiple Submits with different actions in a Form)

2007-07-26 Thread David Durham, Jr.
On 7/26/07, Dave Newton <[EMAIL PROTECTED]> wrote: I thought IE's broken button behavior was already documented, including on the wiki? That may be. Here's the rendered HTML: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> Cancel Test

Re: [s2] broken in IE (was: [S2] Multiple Submits with different actions in a Form)

2007-07-26 Thread Dave Newton
I thought IE's broken button behavior was already documented, including on the wiki? d. --- "David Durham, Jr." <[EMAIL PROTECTED]> wrote: > > > Things like: > > > > > > > > > > > > value="Cancel"/> > > > > > > > > > work for me in firefox, but don't seem to work > in IE. > > > > Could you p

Re: [s2] broken in IE (was: [S2] Multiple Submits with different actions in a Form)

2007-07-26 Thread David Durham, Jr.
> Things like: > > > > > > > work for me in firefox, but don't seem to work in IE. Could you provide the rendered HTML that works in one browser but not the other? Sure. TestCancel.jsp -- http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> <%@ taglib prefix="s" uri

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread Grish
multiple submit buttons. I tried >> specifying the action on each submit button but the action in my form >> overrides the action specified in the buttons. I tried removing the >> action >> parameter in my form but it would take the current action and still >> overr

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread Richard Sayre
re ajax themed? Thanks -- View this message in context: http://www.nabble.com/-S2--Multiple-Submits-with-different-actions-in-a-Form-tf4140299.html#a11776889 Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread Joe Germuska
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 li

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread David Durham, Jr.
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: I tried having the form specify one action and one button have to submit the form, and another button (like the one above) to hav

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread Grish
ribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--Multiple-Submits-with-different-actions-in-a-Form-tf4140299.html#a1178 Sent from the Struts - User mailing list archive at N

Re: [S2] Multiple Submits with different actions in a Form

2007-07-25 Thread David Durham, Jr.
On 7/25/07, Grish <[EMAIL PROTECTED]> wrote: My problem though is I have a form with multiple submit buttons. I tried specifying the action on each submit button but the action in my form overrides the action specified in the buttons. I have success with this technique in Firefox, but I think i

[S2] Multiple Submits with different actions in a Form

2007-07-24 Thread Grish
context: http://www.nabble.com/-S2--Multiple-Submits-with-different-actions-in-a-Form-tf4140299.html#a11776889 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c