Thanks but it still does not work. I have set the setIsNullValid to true and
overrided the getDefaultChoice

 @Override
protected java.lang.CharSequence getDefaultChoice(final Object selected){
     return "Test value";
}

But what happens then is that the null value is removed from the list. I
would like to have an option with id "" and a value of my choice in top. 
-- 
View this message in context: 
http://www.nabble.com/DropDownChoice-default-value-tp15106932p15107379.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to