If you know how to use AJAX in general websites, its not much of difficulty
to implement AJAX in struts. Just include action while sending request to
server. like req.open("GET", someaction.do, true); where req is
HttpXmlRequest Object. Rest you can get the data as manipulate as usual.



On Thu, Mar 13, 2008 at 5:07 PM, Raghu varma bhupathiraju <
[EMAIL PROTECTED]> wrote:

>
> Hi friends
>
> Can any one tell me how to implement ajax in struts 1.1 with simple
> example.Can any one provide complete code for that.
> Thanks in advance
> Raghu Varma Bhupathiraju
> --
> View this message in context:
> http://www.nabble.com/How-to-implement-ajax-in-struts-1.1-tp16024761p16024761.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to