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

2008-10-29 Thread Kanade, Sayali
I said, new to Struts 2 and got all confused. Thanks again, Regards, Sayali. -Original Message- From: Roger [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 7:56 AM To: Struts Users Mailing List Subject: Re: Struts2 : Calling AJAX function on button click(ONLY) On Tuesday 28 Oct

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

2008-10-29 Thread Roger
On Tuesday 28 October 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 on

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

2008-10-29 Thread Steven Yang
Hi on thing i noticed is that you have a notifyTopics attribute on you submit tag which i dont think is necessary and used wrong. i havent used dojo for a long time, so i am not sure if they changed any api or settings. but just a reminder you might need to take a look. you dont have to specify hr

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

2008-10-28 Thread Kanade, Sayali
, October 28, 2008 2:02 PM To: Mileidys Gonzalez Prieto; user@struts.apache.org Subject: SPAM WARNING!: RE: Struts2 : Calling AJAX function on button click(ONLY) 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

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

2008-10-28 Thread Kanade, Sayali
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 on page load. It also reloads on submit button click, but it should O