aspose file tools
The moose likes Struts and the fly likes Struts 1 & JQuery & Ajax Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 1 & JQuery & Ajax" Watch "Struts 1 & JQuery & Ajax" New topic
Author

Struts 1 & JQuery & Ajax

Fred Artes
Ranch Hand

Joined: Nov 14, 2008
Posts: 43
Please can you give me an example of code using Struts 1 & JQuery & Ajax ?

Without JQUery I have this



Thanks
Karthik Jayachandran
Ranch Hand

Joined: Feb 18, 2009
Posts: 36

Working with jQuery is so damn easy, you don't need this much code.

here's a small sample for your code,



The resulting data will be handled by method called 'showAgency()'.



these might work.
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

There's nothing Struts-specific when using jQuery and Ajax--only the Ajax endpoint will have anything to do with Struts.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts 1 & JQuery & Ajax
 
Similar Threads
How to change property of form bean from java script using AJAX
pass <bean:write> to a function
AJAX+STRUTS
Error in using window.XMLHttpRequest
Recursive call to a JavaScript method with AJAX call