I would also like to see the method return type change to
AbstractLink, that way both can be used.

Maurice

On Jan 7, 2008 12:20 PM, Alan Romaniuc <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I have a tipical scenario with pagination, combobox in a dataview and
> submit buttons. I would like to save the state of the checkbox when I
> change pages, but PagingNavigator does not "submit".
>
> I have found people with similar problems that changed PagingNavigator
> to use submit links
> (http://www.mail-archive.com/[EMAIL PROTECTED]/msg08737.html)
> and a old Bug reporter..that i can not open
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg04967.html
>
>
> Loking in code, PagingNavigator.java, there is a function that could be
> extended:
>
> protected Link newPagingNavigationIncrementLink(String id, IPageable
> pageable, int increment)
>         {
>                 return new PagingNavigationIncrementLink(id, pageable,
> increment);
>         }
>
> But SubmitLink is not a subclass of Link.
>
> There is another way to do that instead replacing almost all the code?
>
> Thx.
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to