| Author |
Ajax in Struts
|
Abdul Kader
Ranch Hand
Joined: Apr 11, 2007
Posts: 115
|
|
How to use Ajax using a Struts Framework. please provide me Link for a simple examples. Thanks in Advance
|
 |
Prasad Narasimha
Greenhorn
Joined: Apr 27, 2007
Posts: 7
|
|
http://today.java.net/pub/a/today/2005/10/27/sprinkle-ajax-magic-into-struts-webapp.html Hope check this it will helps you in getting some idea
|
 |
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
|
|
|
AJAX is just about making HTTP request from javascript , nothing to do with server side components.The server side component that would receive that AJAX request can be any server component accepting HTTP requests.I think it can be Action class of struts.
|
Rahul Bhattacharjee
LinkedIn - Blog
|
 |
 |
|
|
subject: Ajax in Struts
|
|
|