Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-12 Thread ulrik
tChoice(final Object selected) will >>> interpret my choice as the protected static final String >>> NO_SELECTION_VALUE >>> = "-1" in AbstractSingleSelectChoice.java. >>> >>> The result will be that the "Choose one" option is visible in the DDC

Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-12 Thread ulrik
-1, the >> AbstractSingleSelectChoice#getDefaultChoice(final Object selected) will >> interpret my choice as the protected static final String >> NO_SELECTION_VALUE >> = "-1" in AbstractSingleSelectChoice.java. >> >> The result will be that the "Choos

Re: DropDownChoice NO_SELECTION_VALUE static field

2009-03-11 Thread Igor Vaynberg
tChoice.java. > > The result will be that the "Choose one" option is visible in the DDC. > Shouldn't the NO_SELECTION_VALUE be customizable? > > > > -- > View this message in context: > http://www.n

DropDownChoice NO_SELECTION_VALUE static field

2009-03-11 Thread ulrik
atic final String NO_SELECTION_VALUE = "-1" in AbstractSingleSelectChoice.java. The result will be that the "Choose one" option is visible in the DDC. Shouldn't the NO_SELECTION_VALUE be customizable? -- View this message in context: http://www.nabble.com/DropDownCho