RE: Struts2 : Calling AJAX function on button click and passing form parameters to the same

2008-10-28 Thread Mileidys Gonzalez Prieto
27, 2008 2:47 PM To: user@struts.apache.org Subject: SPAM WARNING!: Struts2 : Calling AJAX function on button click and passing form parameters to the same Hi All, I am new to Struts 2, so please forgive me if this question is inane. I have a very simple form which has some checkboxes and on the c

RE: Struts2 : Calling AJAX function on button click and passing form parameters to the same

2008-10-28 Thread Kanade, Sayali
WARNING!: Struts2 : Calling AJAX function on button click and passing form parameters to the same Hi All, I am new to Struts 2, so please forgive me if this question is inane. I have a very simple form which has some checkboxes and on the click of the submit button of the form, I want to pass the

Struts2 : Calling AJAX function on button click and passing form parameters to the same

2008-10-27 Thread Kanade, Sayali
Hi All, I am new to Struts 2, so please forgive me if this question is inane. I have a very simple form which has some checkboxes and on the click of the submit button of the form, I want to pass the values of the form to an AJAX action. CODE SNIPPET STARTS###