PropertyModel not binding DropDownChoice

2011-05-16 Thread lucast
eventOccurHowOftenDropDownChoice while debugging on Eclipse, the eventOccurHowOftenDropDownChoice.data contains an instance of event object and the occurHowOften enum field is populated. However, the original event.occurHowOften field is still null. Why is PropertyModel not binding the DropDownChoice

Re: PropertyModel not binding DropDownChoice

2011-05-16 Thread andrea del bene
event.occurHowOften field is still null. Why is PropertyModel not binding the DropDownChoice to the variable? what am I missing here? The interesting thing is that another field DropDownChoiceEventType eventTypeDropDown = new DropDownChoiceEventType(eventTypeChoice,new PropertyModelEventType(event

Re: PropertyModel not binding DropDownChoice

2011-05-16 Thread Clint Checketts
, the eventOccurHowOftenDropDownChoice.data contains an instance of event object and the occurHowOften enum field is populated. However, the original event.occurHowOften field is still null. Why is PropertyModel not binding the DropDownChoice to the variable? what am I missing here? The interesting thing is that another field

Re: PropertyModel not binding DropDownChoice

2011-05-16 Thread James Carman
event.occurHowOften field is still null. Why is PropertyModel not binding the DropDownChoice to the variable? what am I missing here? The interesting thing is that another field DropDownChoiceEventType eventTypeDropDown = new DropDownChoiceEventType(eventTypeChoice,new PropertyModelEventType(event