You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Raghu varma bhupathiraju <ra...@rediffmail.com> on 2008/03/13 12:22:10 UTC

How to implement ajax in struts 1.1

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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: How to implement ajax in struts 1.1

Posted by Sudhan Maharjan <ma...@gmail.com>.
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 <
raghuvarmabh@rediffmail.com> 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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

Re: How to implement ajax in struts 1.1

Posted by Sudhan Maharjan <ma...@gmail.com>.
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 <
raghuvarmabh@rediffmail.com> 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: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>

Re: How to implement ajax in struts 1.1

Posted by Dave Newton <ne...@yahoo.com>.
--- Raghu varma bhupathiraju <ra...@rediffmail.com> 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 Struts 1.1".

I would start by (1) refining your requirement and (2) using Google or other
web search engine.

Dave


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