[s2] how to get onclick working with ajax themed submit button

2007-05-28 Thread Jason Wyatt
Hi, We're using an ajax-themed submit button to submit a form. We now need to add an onclick trigger to call some javascript before it submits. However, the javascript never seems to be called when using the ajax theme on the submit button. Is there a way to trigger an onclick javascript event

Re: [s2] how to get onclick working with ajax themed submit button

2007-05-28 Thread Jeromy Evans
Either use the 'handler' attribute of submit to specify the javascript function to call to submit your form, or add a listener with notifytopics/listentopics. http://struts.apache.org/2.x/docs/ajax-tags.html#AjaxTags-dojoTopics Jason Wyatt wrote: Hi, We're using an ajax-themed submit