Re: Submitting in Struts 2 from outside the Form

2008-03-05 Thread Dave Newton
--- Matthew Seaborn <[EMAIL PROTECTED]> wrote: > Is there any documentation regarding how to submit a Struts 2 form using > something other than the submit button whilst keeping all of the > AJAX/Javascript validation etc. > > We are putting in drop down menus and would like to be able to do it >

Submitting in Struts 2 from outside the Form

2008-03-05 Thread Matthew Seaborn
Is there any documentation regarding how to submit a Struts 2 form using something other than the submit button whilst keeping all of the AJAX/Javascript validation etc. We are putting in drop down menus and would like to be able to do it from there via a Javascript call. Many thanks.