Re: [OT] Re: How to SUBMIT a form without calling an ACTION

2007-07-11 Thread TonyD
; For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/How-to-SUBMIT-a-form-without-calling-an-ACTION-tf4056005.html#a11535944 Sent from the Struts - User mailing list archive at Nabble.com. --

[OT] Re: How to SUBMIT a form without calling an ACTION

2007-07-10 Thread Antonio Petrelli
2007/7/10, TonyD <[EMAIL PROTECTED]>: I need to SUBMIT a form without calling an ACTION because I will use a JAVASCRIPT to process it. Is it possible? How? Thanks in advance. Try using a normal instead of a "submit" button, and specify the "onclick" attribute. HTH Antonio -

How to SUBMIT a form without calling an ACTION

2007-07-10 Thread TonyD
I need to SUBMIT a form without calling an ACTION because I will use a JAVASCRIPT to process it. Is it possible? How? Thanks in advance. -- View this message in context: http://www.nabble.com/How-to-SUBMIT-a-form-without-calling-an-ACTION-tf4056005.html#a11521433 Sent from the Struts - User