I am seeing some unexpected behavior.

I have a page with a text field and a link on it.
The text field is backed with a property model
The text field has an AjaxFormComponentUpdatingBehavior on it.

The link then persists the object that the property model is wrapping.

I never see the setter get called for the object.
The setter massages the data. I see the raw data, as entered in the browser, 
get stored to my db.
I also never hit my breakpoint int he setter.

D/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to