Hi !
I want to make an Enum field in a bean to fire an event. With plain
Wicket I can do something like:
DropDownChoice ddc = new DropDownChoice("person", options) {
public void onSelectionChanged(java.lang.Object
newSelection) {
info("Changed!");
}
protected boolean wantOnSelectionChangedNotifications() {
return true;
}
}
How can I do this in Web Beans, is there any beanprops that I can use ?
Thanks !
Daniel
--
View this message in context:
http://www.nabble.com/Enums-and-DropDownChoices-in-Web-Beans-tf4481885.html#a12780572
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]