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
Sent from the Struts - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



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 diary.milk...@gmail.comwrote:

 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
 Sent from the Struts - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




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 diary.milk...@gmail.com wrote:

 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 is my formbean structure

  ActionForm contains testVO.java(value object for data transferring) as
 setters and getters.
   In that testVO() contains one property getName() and setName().

   After making the request to struts action class through ajax am getting
 the Actionform to the JSP. Now I have to use the value of the property
 getName() exists in testVO() class which intirn exists in ActionForm.

Please help me how to access the getName() property from the ajax
 response in my JSP.

 Thanks
 Naidu

 --
 View this message in context:
 http://struts.1045723.n5.nabble.com/Struts-1-1-and-Ajax-tp5588669p5588669.html
 Sent from the Struts - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
 For additional commands, e-mail: user-h...@struts.apache.org




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 vickyb2...@gmail.com 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 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 me know how can i  add ajax to my struts application

 --
 *Thanks  Regards
  Vickyb

 *