Hi friends, I am trying to develop a blog for myself using Apache roller but got into few problems
1) Iterate through every entry or posts in apache roller weblog's pager For example #set($pager = $model.getWeblogEntriesPager()) #showWeblogEntriesPager($pager) I am trying to iterate through the $pager using #foreach rather than using #showWeblogEntriesPager($pager) but I could not find proper methods or properties or return type details First - Prev -2 -3 - 4 - Next -Last 2)How to display page numbers along with next and previous button ? I mean in below format3) Otherwise how to display the number of results in the particular page ( like a message displays 20-25 results are displayed ) It would be very useful if you can share the link where I can find more details about the member functions, property details of objects used Thanks in advance