|
Hi all,
I use Form to developer my own component. There are one Submit
and one PropertySelection in this form. The submit has its listener and the
propertySelection's value is bound to property path(it's java class's
field). In listener, there are codes to modify this field.
When the submit button is pushed, i found the listener mothod
is executed firstly, then the property path is bound, i.e. this field
value is modifidy by the listener firstly, then by the binding
mechanism. I think the property path should be bound firstly. I am not sure
whether the tapestry's problem or i make some mistakes.
Thanks.
|
