Re: DropDownChoices where Model is different from Data

2008-11-03 Thread jensiator
] -- View this message in context: http://www.nabble.com/DropDownChoices-where-Model-is-different-from-Data-tp20300450p20301347.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: DropDownChoices where Model is different from Data

2008-11-03 Thread Nino Saturnino Martinez Vazquez Wael
Hi since it's java development, the only limit are your mind (now all your ruby guys dont hit me).. As you write yourself just create a choicerenderer, then choicerenderer itself can decide howto display data.. And yes if you chain stuff and implement your own model etc you can do it all

DropDownChoices where Model is different from Data

2008-11-03 Thread jensiator
It be possible to link the pModel in another model (SpecialModel) to accomplish this? Like: setModel(new SpecialModel(pModel)); -- View this message in context: http://www.nabble.com/DropDownChoices-where-Model-is-different-from-Data-tp20300450p20300450.html Sent from the Wicket - User mailing