The paging navigator is one of those components I plan to revise next
release, as it is a 1.0 component.
I think we should take a closer look at our component hierarchy and try to
make it more consistent. At the very least make an inventory of the
inconsistencies and see what we can do about it in the next release or a
later one.

Martijn

On Jan 7, 2008 2:02 PM, Maurice Marrink <[EMAIL PROTECTED]> wrote:

> 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]
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0

Reply via email to