Your block will contain fields, these fields will be bound to properties in
your page. When the form submits these page properties will be updated. 

You might choose to fire an event from your component via component
resources.fireEvent() to let your page perform some action. 

All the normal form events will bubble up to your page too (submit,
validate, success etc) 

Remember that the bubbled events will be onSuccessFromComponent() not
onSuccessFromForm() 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/form-with-dynamic-extensible-content-tp5719671p5719672.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to