Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-12 Thread ulrik
Okay, I will see If I can figure out how :) I have never done that igor.vaynberg wrote: please open a jira issue. -igor On Wed, Mar 11, 2009 at 1:32 AM, ulrik ulrik.hagb...@gmail.com wrote: Hello! I have an issue with the DropDownChoice (wicket 1.3.4). Lets say I do this:

Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-12 Thread ulrik
https://issues.apache.org/jira/browse/WICKET-2161 // Ulrik ulrik wrote: Okay, I will see If I can figure out how :) I have never done that igor.vaynberg wrote: please open a jira issue. -igor On Wed, Mar 11, 2009 at 1:32 AM, ulrik ulrik.hagb...@gmail.com wrote: Hello! I

Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-11 Thread Igor Vaynberg
please open a jira issue. -igor On Wed, Mar 11, 2009 at 1:32 AM, ulrik ulrik.hagb...@gmail.com wrote: Hello! I have an issue with the DropDownChoice (wicket 1.3.4). Lets say I do this: ListOption _options = getOptions(); someRenderer = new ChoiceRenderer() { ... } DropDownChoice