As far as I can remember, AjaxTags is just a collection of JSP tags that make AJAX calls to servlets. So all you need to do is use the tags, configure their target URL on the server and write the corresponding servlet to handle the calls. As Matt said, you should probably have a look at the documentation on AjaxTags. I'm sure it isn't too difficult to integrate with AppFuse.
On 6/26/07, Matt Raible <[EMAIL PROTECTED]> wrote:
It's probably best if you at least *try* to do the integration. If you have issues, please ask the AjaxTags mailing list. After that, if you have errors that are related to AppFuse - it's appropriate to post those errors to this list. Matt On 6/25/07, sandeepsuku <[EMAIL PROTECTED]> wrote: > > I would like to integrate the Ajaxtags framework with Struts front ends .I > have found tutorial which describes how to integrate ajaxtags with spring > front-ends. It will be better , if any one can provide me some idea on how > to integrate with Struts front ends > -- > View this message in context: http://www.nabble.com/Integrating-Ajaxtags-with-Struts-Front-end-tf3977537s2369.html#a11290718 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Regards, Cuong Hoang
