RE: Extending DropDownChoice

2008-02-13 Thread Bruce
Thanks for the information Igor. Reading now. Bruce. -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 February, 2008 12:22 AM To: users@wicket.apache.org Subject: Re: Extending DropDownChoice give dropdownchoice a model, and in this model's seto

Re: Extending DropDownChoice

2008-02-13 Thread Igor Vaynberg
give dropdownchoice a model, and in this model's setobject(object) save the value into session. also check out the models page on the wiki, it is important to understand/use models correctly. -igor On Feb 12, 2008 11:07 PM, Bruce McGuire <[EMAIL PROTECTED]> wrote: > Hi. > > I would like to save

Extending DropDownChoice

2008-02-12 Thread Bruce McGuire
Hi. I would like to save the result of a DropDownChoice in my custom session. But, I am stumped about how to extend it. I had thought that I would @Override the getChoices and onSelectionChanged methods, but Eclipse tells me that "The method onSelectionChanged(Pool) of type PoolSelect must overrid