What exactly are you doing via Ajax? Can you show some code? :)

-- Edvin

Michael Mehrle skrev:
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?



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

Reply via email to