Re: How to implement ajax in struts 1.1

2008-03-17 Thread Sudhan Maharjan
Also you can use different frameworks like DWR, GWT . etc, Please visit: http://wiki.apache.org/struts/AjaxStruts 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 > exa

Re: How to implement ajax in struts 1.1

2008-03-17 Thread Sudhan Maharjan
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, M

Re: How to implement ajax in struts 1.1

2008-03-13 Thread Dave Newton
--- Raghu varma bhupathiraju <[EMAIL PROTECTED]> wrote: > Can any one tell me how to implement ajax in struts 1.1 with simple > example. Can any one provide complete code for that. ... You'd have to provide a somewhat less-nebulous requirement. There are dozens of ways to "implement Ajax in Strut