2008/5/2, Zoran Avtarovski <[EMAIL PROTECTED]>:
> You can implement the org.displaytag.pagination.PaginatedList class and use
>  any parameters you like. Also helps when dealing with large lists.
>
>  Z.
>
>
>
>  > 2008/5/1 Brad A Cupit <[EMAIL PROTECTED]>:
>  >>> > > I'm curious if there is a neat way to have the page
>  >>> >  > parameter mapped onto action or something alike
>  >> >
>  >> >  You should be able to put a setter on the Action. So, if your url
>  >> parameter is named pageNum, your action would have a setPageNum() method.
>  >
>  > Sure, that'd have worked. But DisplayTag keeps information about page
>  > Number in very specific format - "d-<encoded_table_name>-p", so it
>  > might look like "d-339584-p".
>  >
>

Thanks a lot ! Works perfectly :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to