Use declare a field in your mixin with the @BindParameter annotation and
tapestry will mirror the parameter from the component to your mixin. Any
updates you make to the field will update the underlying field.

Note that updates to @BindParameter fields will only work for "prop:"
bindings. Parameters that are bound to "literal:" or "message:" etc are
read-only.

http://tapestry.apache.org/component-mixins.html#ComponentMixins-Bindingtheparameterofthecorecomponent



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Getting-the-target-Page-of-a-Link-from-a-Mixin-tp5718275p5718276.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