I got a textfield:

 

add(fooTextField = new TextField("foo", new PropertyModel(eventSchedule,
"foo"), Integer.class));

 

eventSchedule is a bean that has a foo field which is an integer.

 

For some reason it's never being updated, although the field picks it up
when I programmatically call eventSchedule.setFoo().

 

I'm using this with AJAX and have all my component ids set and the
textfield added to the target.

 

Any ideas?

 

Reply via email to