Re: TextField not binding PropertyModel

2011-05-16 Thread lucast
Hi Per, You are spot on! Thanks. I'm creating a add/edit form and what I was initialising the event object in two places: public class CreateEvent extends Panel { private Event event = new Event(); ... ... public GenericEventCreatePanel(String id, Long eventId){ super(id

Re: TextField not binding PropertyModel

2011-05-16 Thread Per Newgro
ld is populated. However, the original event.title field is still null. Why is it not binding the TextField to the variable? what am I missing here? Thanks in advance, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TextField-not-binding-PropertyModel-tp3527074p35

TextField not binding PropertyModel

2011-05-16 Thread lucast
vent.title field is still null. Why is it not binding the TextField to the variable? what am I missing here? Thanks in advance, Lucas -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/TextField-not-binding-PropertyModel-tp3527074p3527074.html Sent from the Users