What is "How about doing it on demand"?

is this:

public ItemSelectionModel getFirstItemSelectionModel(){
    if(firstItemSelectionModel == null{
        firstItemSelectionModel = constructFirstSelectionModel();
    }
}

2005/11/24, Kent Tong <[EMAIL PROTECTED]>:
>
> linuja <linuja <at> gmail.com> writes:
>
> >
> > The first ItemSelectionModel can be initiated in pageAttached method,
> and
> > it's ok.
> >
> > but where to initiate the second  ItemSelectionModel ?
>
> How about doing it on demand?
>
> --
> Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to