AW: AW: Null Model Error

2009-10-16 Thread Peter Arnulf Lustig
I thank you very much! - Ursprüngliche Mail Von: Pedro Santos An: users@wicket.apache.org Gesendet: Freitag, den 16. Oktober 2009, 14:13:46 Uhr Betreff: Re: AW: Null Model Error at javadoc: IModel> model But how can I create / define such a model ? I have u

Re: AW: Null Model Error

2009-10-16 Thread Pedro Santos
reat information > > But how can I create / define such a model -- I can't find anything in the > wicket examples! > > > > - Ursprüngliche Mail > Von: Pedro Santos > An: users@wicket.apache.org > Gesendet: Freitag, den 16. Oktober 2009, 13:24:45 Uhr > Be

AW: AW: Null Model Error

2009-10-16 Thread Peter Arnulf Lustig
wow - great information But how can I create / define such a model -- I can't find anything in the wicket examples! - Ursprüngliche Mail Von: Pedro Santos An: users@wicket.apache.org Gesendet: Freitag, den 16. Oktober 2009, 13:24:45 Uhr Betreff: Re: AW: Null Model Error You h

Re: AW: Null Model Error

2009-10-16 Thread Pedro Santos
st-component model properly? > > > > - Ursprüngliche Mail > Von: Peter Arnulf Lustig > An: users@wicket.apache.org > Gesendet: Freitag, den 16. Oktober 2009, 9:55:19 Uhr > Betreff: AW: Null Model Error > > yes -- I do this here: > choic

AW: AW: Null Model Error

2009-10-16 Thread Peter Arnulf Lustig
can anyone tell me how to use the list-component model properly? - Ursprüngliche Mail Von: Peter Arnulf Lustig An: users@wicket.apache.org Gesendet: Freitag, den 16. Oktober 2009, 9:55:19 Uhr Betreff: AW: Null Model Error yes -- I do this here: choices = Model.of((List) new ArrayList

AW: Null Model Error

2009-10-16 Thread Peter Arnulf Lustig
yes -- I do this here: choices = Model.of((List) new ArrayList(tagging.keySet())); - Ursprüngliche Mail Von: Md. Jahid Shohel An: users@wicket.apache.org Gesendet: Freitag, den 16. Oktober 2009, 9:53:01 Uhr Betreff: Re: Null Model Error you need to set the model for the list. On Fri