Is it possible to customize page links in displaytag paginator ?
843840Mar 17 2008 — edited Mar 17 2008Hello colleagues,
I am using Spring MVC and Displaytag JSP library to display table.
Spring controller servlet intercepts call to virtual pages with .HTM extension , composes ModelAndView instance and dispatches them to actual page with .JSP extension. JSP page uses Displaytag with pagination.
Problem is , that page links generated by Displaytag leads directly to the JSP page. And I need calls to HTM page , in order to invoke the whole MVC processing lifecyle again .
So far I have not found any customization of this link in Displaytag itself. But, maybe the solution related to JSP in general ? I am not very experienced in this field and will highly appreciate your comments .
Thanks !