Re: Reg: issue in using ListView component

2008-04-02 Thread Al Maw
Or search this list for a thread called "refreshing page". On Wed, Apr 2, 2008 at 4:44 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > new model(listdata) is the same as a static reference. like i said, > read the models page because without understanding them you wont get > far. > > basically you

Re: Reg: issue in using ListView component

2008-04-02 Thread Igor Vaynberg
new model(listdata) is the same as a static reference. like i said, read the models page because without understanding them you wont get far. basically you would have a loadabledetachablemodel that in its load performs the search query based on user's criteria. -igor On Wed, Apr 2, 2008 at 1:06

Re: Reg: issue in using ListView component

2008-04-02 Thread Sathish Gopal
Hi, How do i wrap list to this model. As i construct this ListView component, pass the DTO list wrapped in a model add(new ListView("id", new Model(listData))){ .. } This is not helping as the component is rendered nothing shows up. I think i'm missing something. Do i n

Re: Reg: issue in using ListView component

2008-04-01 Thread Igor Vaynberg
read models wiki page -igor On Tue, Apr 1, 2008 at 9:59 PM, Sathish Gopal <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm trying to create a table using wickets repeater component ListView. The > problem that i face now is i have search panel where search query will be > entered. When the for