RE: struts 2 ajax how to

2008-03-26 Thread Deepak Kumar
HI,

Dojo comes with struts 2. You can use dojo in your struts 2 applications.

Please learn it from
http://www.roseindia.net/struts/struts2/struts2ajax/index.shtml

Thanks


-Original Message-
From: Daniel [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2008 7:05 PM
To: user@struts.apache.org
Subject: struts 2 ajax how to


Hello,
What is the best solution to integrate struts 2 and ajax? What libraries?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: struts 2 ajax how to

2008-03-26 Thread Piero Sartini
Am Mittwoch, 26. März 2008 14:35:26 schrieb Daniel:
 Hello,
 What is the best solution to integrate struts 2 and ajax? What libraries?

DOJO is shipped with Struts2 - but my impression is that most people do use 
other frameworks like jQuery or prototype, writing their AJAX code by hand.

I will do it this way in my next project using the simple theme (or maybe 
writing a custom one...). The s2 ajax theme has too many issues and is not 
flexible enough in my oppinion.

Piero

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]