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
posted
0
Hi Mukesh, Could you please explain further on "why a refresh is needed and on what event ?"
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 ?