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 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 > override or implement a supertype method". > > I am stumped on how to extend this, or even if I should. Any pointers to > tips or best practices would be greatly appreciated. > > In case it is not obvious from the question, I am new to Wicket (but loving > it so far). > > Thanks, > > Bruce. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
