Re: ListView Problem (contains varying number of components inside)

2008-03-17 Thread Martijn Dashorst
gt; > > > > > -Original Message- > From: Fatih Mehmet UÇAR [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2008 9:32 PM > To: 'users@wicket.apache.org' > > Subject: RE: ListView Problem (contains varying number of components inside) > > H

RE: ListView Problem (contains varying number of components inside)

2008-03-17 Thread Fatih Mehmet UÇAR
pDown"); System.out.println(d.getInput()); -Original Message- From: Fatih Mehmet UÇAR [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 9:32 PM To: 'users@wicket.apache.org' Subject: RE: ListView Problem (contains varying number of components inside) Hi Michael, Than

RE: ListView Problem (contains varying number of components inside)

2008-03-17 Thread Fatih Mehmet UÇAR
-Original Message- From: Michael O'Cleirigh [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 8:52 PM To: users@wicket.apache.org Subject: Re: ListView Problem (contains varying number of components inside) Hi Fatih, The problem is that you have not set a model on your drop down choi

Re: ListView Problem (contains varying number of components inside)

2008-03-17 Thread Michael O'Cleirigh
Hi Fatih, The problem is that you have not set a model on your drop down choice so there is a null model which causes the exception you see to be generated. Caused by: java.lang.IllegalStateException: Attempt to set model object on null model of component: productProposalForm:productsPropertyL