and whatever that model is it has a proper hashcode/equals implemented?

-igor


On 8/30/07, Tim Lantry <[EMAIL PROTECTED]> wrote:
>
> Yes, I added an onSubmit method on the form and it has all the checked
> models in the List.  Then it changes pages and the next time I submit or
> change pages, they are gone.
>
> On 8/30/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> >
> > are you sure they are being submitted properly, meaining does that list
> > make
> > it into checkgroup's model when switch pages?
> >
> > -igor
> >
> > On 8/30/07, Tim Lantry <[EMAIL PROTECTED]> wrote:
> > >
> > > I am using a Check component inside of a DataTable.  The DataTable is
> > > surrounded by a CheckGroup.  The model on each Check component is the
> > Row
> > > Model.  This works great to get a list of checked rows.
> > >
> > > Is there a good way to retain the checks across pages?
> > >
> > > I created a new Navigator component that uses SubmitLinks instead of
> the
> > > Link component, but he List of models doesn't retain the objects from
> > the
> > > previous page.
> > >
> > > Any suggestions?
> > >
> >
>

Reply via email to