Hi,
I'm using Tapestry5 (5.3.7), and bootstrap for reponsive layout.
I'using tapestry5 grid component, and I would linke to customize the pager to
have a html list (ul/li) of links to jump to search result pages and not a
simple list of links as produced by t5 native GridPager component.
AFAIK, I cannot change the GridPager since is a private component of
"org.apache.tapestry5.corelib.components.Grid"
@Component(parameters = { "source=dataSource", "rowsPerPage=rowsPerPage",
"currentPage=currentPage", "zone=zone" })
private GridPager pager;
Ideally I would like to write a custom pager and contribute it to t5 grid but
it seems to be impossible.
May I ask you what is the best way to accomplish this goal?
Am I forced to create a custom Grid component?
Thanks,
larzeni
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]