Re: How to implement ajax in struts 1.1

2008-03-18 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, 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]




Re: How to implement ajax in struts 1.1

2008-03-18 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
 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]




How to implement ajax in struts 1.1

2008-03-13 Thread Raghu varma bhupathiraju

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]



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 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]