Hello,
I've noticed that the method
AbstractSingleSelectChoice.getNoSelectionValue() returns the value for no
selection. However in AbstractSingleSelectChoice.getDefaultChoice(final
Object selected) on line 314:
return "\n<option selected=\"selected\" value=\"\">" + option +
"</option>";
and on line 296:
buffer.append(" value=\"\">").append(option).append("</option>");
In those cases the null value option has empty value attribute. Wouldn't it
be more consistent for this option to have the "value" attribute with the
result provided from getNoSelectionValue() ? I came into this while trying
to use dojo FilteringSelect, which doesn't "select" the first <option> if it
has empty "value" attribute.
Thanks.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/DropDownChoice-no-selection-value-tp3160661p3160661.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]