Re: Struts 1.1 and Ajax

2012-03-25 Thread Dave Newton
So this is a JavaScript question? Dave On Sun, Mar 25, 2012 at 3:32 AM, N P S Naidu wrote: > hi Dave, > Thanks for responding for my Q. Am getting responseXML from as > response.Now from that responseXML I need to get data from specific > property > of object. > > Thanks > > -- > Vi

Re: Struts 1.1 and Ajax

2012-03-25 Thread N P S Naidu
hi Dave, Thanks for responding for my Q. Am getting responseXML from as response.Now from that responseXML I need to get data from specific property of object. Thanks -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-1-and-Ajax-tp5588669p5592900.html Sen

Re: Struts 1.1 and Ajax

2012-03-23 Thread Dave Newton
How are you making the request? What's being returned to the ajax call--json? Dave (pardon brevity and typos, on cell) On Mar 23, 2012 4:05 PM, "N P S Naidu" wrote: > hi, > Am using struts1.1 and ajax in my application development. I have send > asynchronous request to struts action class and

Struts 1.1 and Ajax

2012-03-23 Thread N P S Naidu
hi, Am using struts1.1 and ajax in my application development. I have send asynchronous request to struts action class and got the response(ajax response). Now i have to get the value of one property from the struts formbean object. How to retrieve the required property from ajax response? Here

Re: Struts 1.1 and ajax

2011-07-19 Thread Máximo Castillo
Hi, You can do some research about DWR and jQuery to add Ajax stuff. Regards, Max On Tue, Jul 19, 2011 at 2:24 PM, vicky b wrote: > HI , > > I am using struts 1.1 in our application , i am performance problem > hence i have decided to use ajax where ever possible. > I have this page where

Struts 1.1 and ajax

2011-07-19 Thread vicky b
HI , I am using struts 1.1 in our application , i am performance problem hence i have decided to use ajax where ever possible. I have this page where it has large no input values in the form that is my form is big when i want to use ajax i have to construct i am facing tough time please let m