Is there some easy way to access current page number when using paging? I would like to be able to return user to last visited page.
 
Maybe better solution would be adding new attribute  to table tag that would enable saving request parameters as session attributes. So if this attribute is set, and no request parameters are specified we should try to find last known request parameters as session attributes. Also, if there are request parameters and that tag attribute is set, we should store new request parameters into session.
That way, you should not worry about last page user has visited since it can be stored into session and used in TableTag.
 
Is there some like this already implemented? If not, I will do it...
 
Dejan
 

Reply via email to