• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to use AJAX in struts framework

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friens,

I have the struts web application. I want to incorporate AJAX into struts.
Is there any settings I need to do for implementing AJAX into struts?
Or simply I can add the AJAX scripts into the script tag and go ahead with that?

I do have some theoritical idea on AJAX, but not practical.
So please revert back to me

Thanks,
Vishnuvardhan
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd start by reading the Struts documentation on AJAX. Below is the link:

http://struts.apache.org/2.0.11.2/docs/ajax.html

I'd also suggest deploying and running the struts-showcase-2.0.11.war file that comes with the download. It demonstrates some AJAX techniques that can be used with Struts. The source code is included in the war file, so you can examine that as well.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic