Re: Model on Select

2009-02-13 Thread Igor Vaynberg
it worked fine, >> even if I used setReuseItems( false ). >> >> So the problem must be in my code somewere. >> -- >> View this message in context: >> http://www.nabble.com/Model-on-Select-tp21973981p22002751.h

Re: Model on Select

2009-02-13 Thread Martin Voigt
- > View this message in context: > http://www.nabble.com/Model-on-Select-tp21973981p22002751.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-u

Re: Model on Select

2009-02-13 Thread Mathias P.W Nilsson
Hi again, I created a small project with wicket extension and here it worked fine, even if I used setReuseItems( false ). So the problem must be in my code somewere. -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p22002751.html Sent from the Wicket - User

Re: Model on Select

2009-02-13 Thread Igor Vaynberg
do I make an small test > project? > -- > View this message in context: > http://www.nabble.com/Model-on-Select-tp21973981p22001847.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > -

Re: Model on Select

2009-02-13 Thread Mathias P.W Nilsson
OK, How does that work. Do I extract vital parts or do I make an small test project? -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p22001847.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Model on Select

2009-02-13 Thread Mathias P.W Nilsson
Thanks anyway for your time, but I think I will stick to DropDownChoice for now. -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p22001718.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Model on Select

2009-02-13 Thread Igor Vaynberg
ontext: > http://www.nabble.com/Model-on-Select-tp21973981p22001539.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For

Re: Model on Select

2009-02-13 Thread Mathias P.W Nilsson
That may be the case but I have already tried that and it does not solve my problem. -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p22001539.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Model on Select

2009-02-13 Thread Igor Vaynberg
{ >option.add( new SimpleAttributeModifier( > "class" , "separator" > )); > }else{ >option.add( new SimpleAttributeModifier( > &

Re: Model on Select

2009-02-13 Thread jn73
re-select items again. -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p21996211.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@

Re: Model on Select

2009-02-13 Thread Mathias P.W Nilsson
After switching from Select and SelectOption to DropDownChoice it works. Maybe there is a problem with my Select code or there is a wicket bug. // Mathias -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p21994805.html Sent from the Wicket - User mailing list

Re: Model on Select

2009-02-12 Thread Mathias P.W Nilsson
that I can come up with. Any pointers? -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p21981372.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Model on Select

2009-02-12 Thread Mathias P.W Nilsson
Odd, the first time ever I access the page the select option is set otherwise it is not. -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p21975007.html Sent from the Wicket - User mailing list archive at Nabble.com

Model on Select

2009-02-12 Thread Mathias P.W Nilsson
buteModifier( "class" , "separator" )); }else{ option.add( new SimpleAttributeModifier( "class" , "sub" ) ); } } }; -