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

Reply via email to