Hi,
Earlier in my project I was using
struts pagination in my
JSP using display tag and it was showing all the result i was getting from hibernate query . But now my query is returning thousands of records so i have to implement hibernate's pagination but for that i have to use jstl(core) in my jsp instead of display tag. Is there any way to use display tag for pagination while using hibernate pagination?
Thanks in Advance.
Namrta.