Hi Fabio-
So I took a look at the code for AbstractItemListModel. This is where the pager
get's created. The link is formed from the original requesting URL found in the
AggregationState object.
currentPageLink = MgnlContext.getAggregationState().getOriginalURL();
So setting the defaultBaseUrl will not work here. Or at least not have any
impact on how this link is formed.
What does the incoming request look like? Perhaps you have something in front
of the webapp running on the same server forwarding the request?
You could override the model and change the behavior of {{getPager()}} to
better suit your needs.
HTH
Rich
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=ea80bf82-c8ee-4f24-b87d-e4e3b6bd5e2b
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------