Re: AJAX query

2007-05-18 Thread Kavita Mehta
thanks ..it was the previous case only . Frank W. Zammetti [EMAIL PROTECTED] 05/16/2007 07:11 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: AJAX query When you say your updating it using AJAX

AJAX query

2007-05-16 Thread Kavita Mehta
I have a code in JSP file span id=oamHeaderDateTimeInfo%= userDate() %/span and I'm updating it using AJAX . but surprisingly, the control doesnt go to this userDate() function again ..due to which my date time is not gettingupdated . Pls help. Thanks Kavita

Re: AJAX query

2007-05-16 Thread Frank W. Zammetti
When you say your updating it using AJAX, do you mean you are making an AJAX request and putting the results into oamHeaderDateTimeInfo? Or do you mean you are making an AJAX request who's response is generated by this JSP? If the former, then it makes perfect sense: userData() is a

Ajax query

2006-07-31 Thread Patil, Sheetal
hello friends, i have one query with Ajax. in struts we separate model-view-controller, even that's struts purpose. but now a days i am using Ajax, and i seen most of the examples are producing html code or data to display and sending it to client. but i think this is violating M-V-C pattern as

Re: Ajax query

2006-07-31 Thread Thomas Joseph
of the mail, kindly intimate the author of the mail and delete the same. - Original Message - From: Patil, Sheetal To: Struts Users Mailing List Sent: Monday, July 31, 2006 3:50 PM Subject: Ajax query

Re: Ajax query

2006-07-31 Thread mcmoisei
I use Ajax transparently with Struts using AjaxAnywhere. You app doesn't change and you don't violate the MVC pattern. http://sourceforge.net/projects/ajaxanywhere I don't remember if the examples provide a Struts example. Check it out, MC -- Original message