Hello, I have such problem: I have Planet running on our server. Bunch of feeders registered which comes in 5 different languages. All of them come in to the same page now, which is Ok, but we need to have 5 links for each language. After user clicks on some link he will see feeders only of his language. We created 5 custom groups, moved each feeder to the right group. We can create links with parameter, for example, /fromtpage?group=eng On the template we can use: getAggregationPager(String groupHandle, int sinceDays, int max) First question: how to get value of the parameter? But the main question, how to keep this value in the session? Because we want to user see the same custom group if he'd comeback to the same page, or click next or previous links, etc...
Thank you Gene
