aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Refreshing Tag Library using  AJAX Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Refreshing Tag Library using  AJAX" Watch "Refreshing Tag Library using  AJAX" New topic
Author

Refreshing Tag Library using AJAX

Mukesh Agrawal
Greenhorn

Joined: Jul 20, 2004
Posts: 19
We have a Grid Component implemented using Tag library. We need to refresh this grid component without refreshing the entire page. Does AJAX provide such functionality to refresh just the Grid Component Tag lib and not the entire page? If YES, how?

Thanks in advance.

Mukesh.
Balaji Loganathan
author and deputy
Bartender

Joined: Jul 13, 2001
Posts: 3150
Hi Mukesh,
Could you please explain further on "why a refresh is needed and on what event ?"


Spritle Software Blogs
Mukesh Agrawal
Greenhorn

Joined: Jul 20, 2004
Posts: 19
I have a grid which displays some values on load of the form. As i am using the Grid Component Tag Lib., I have to pass all the values to be displayed in the Tag Library. On some action say.. button click event I have to display some other values in the grid.

In this scenario, I am able to pass the parameter to my java class and obtain the respective values to be populated in grid in my class. As I was doing on form load I have passed these values in my Tag Library method.

But the thing is that unless I refresh my page, the Tag Lib. doesn't displays the new values.

So is there any way to get the new values populated in the Grid without refreshing the page ?

Mukesh.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Refreshing Tag Library using AJAX
 
Similar Threads
Struts - Auto Refresh
how to refresh captcha image
Ajax implementation
Refreshing a Single tile
choosing ajax library