Hello!
Actually you have several solutions for this, one is like Rainer said,
some client side stuff, but also
you have selectors in Magnolia which you can customize to suit you needs.
Ralph quoted:
You can include selectors between the handle and the extension. This would
look like: /abc/home.detail-00.html
In your template you can access the selectors with
String selector
=
Resource.getSelector((HttpServletRequest)pageContext.getRequest());
String[] selectors = selector.split("\\.");
to decide what to display. And because this is part of the URL the result
will even be cached.
Using this approach you can do something like> /home.pars-00-08.html to get
first 10
pars or only home.pars-00.html to get specific one.
Hope this helps
Zoran
dieter wrote:
Hi,
Does anyone have any ideas of how they would implement pagination on lists
of results in magnolia. I could probably develop something using my own
initiative, but i was wondering if people that had done this in the past
could enlighten me.
Thanks,
Dieter
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------