RE: Struts2 : Calling AJAX function on button click(ONLY)

2008-10-29 Thread Kanade, Sayali
ober 2008 20:01:41 Kanade, Sayali wrote: > Thanks for your reply, but not sure it answers my question. > > My question is: How can I prevent a div from refreshing its contents on > page load? The div should only be refreshed on button click. > > My problem is that, my div loads

RE: SPAM WARNING!: RE: Struts2 : Calling AJAX function on button click(ONLY)

2008-10-28 Thread Kanade, Sayali
Hi, Still stuck here, can anyone please provide examples of populating a div by calling an action after page load on button click?? Is this supposed to be this hard?? :( Any help would be appreciated. Thanks! Regards, Sayali. -Original Message- From: Kanade, Sayali Sent: Tuesday

RE: Struts2 : Calling AJAX function on button click(ONLY)

2008-10-28 Thread Kanade, Sayali
[mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2008 11:10 AM To: Kanade, Sayali; user@struts.apache.org Subject: RE: Struts2 : Calling AJAX function on button click and passing form parameters to the same Hi, I don't' know if I get the idea about what do u want to do, but I will try to

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

2008-10-28 Thread Kanade, Sayali
Hi, Can someone please help me out with the problem I mentioned below? I am using Struts 2.0.11.2. Any help will be greatly appreciated!! Thanks! Regards, Sayali. -Original Message- From: Kanade, Sayali Sent: Monday, October 27, 2008 2:47 PM To: user@struts.apache.org Subject: SPAM

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###