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-13 Thread jn73
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...@wicket.apache.org For additional

Re: Model on Select

2009-02-13 Thread Igor Vaynberg
) ); } } }; -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p21973981.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

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
: 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 additional commands, e-mail: users-h

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
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. - To unsubscribe, e-mail

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
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 mailing list archive at Nabble.com

Model on Select

2009-02-12 Thread Mathias P.W Nilsson
{ option.add( new SimpleAttributeModifier( class , sub ) ); } } }; -- View this message in context: http://www.nabble.com/Model-on-Select-tp21973981p21973981.html Sent from the Wicket

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

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