True - maybe I'll do that instead, just subclassing PageLink and adding my 
custom behaviour.

/Peter


On Tuesday, November 27, 2012 at 06:55 , Howard Lewis Ship wrote:

> Instead of a mixin on PageLink, I would just write a custom component. What
> PageLink does is quite straightforward.
> 
> On Monday, November 26, 2012, Lance Java wrote:
> 
> > 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 
> > (http://Nabble.com).
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org 
> > (mailto:users-unsubscr...@tapestry.apache.org)<javascript:;>
> > For additional commands, e-mail: users-h...@tapestry.apache.org 
> > (mailto:users-h...@tapestry.apache.org)<javascript:;>
> > 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator of Apache Tapestry
> 
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
> 
> (971) 678-5210
> http://howardlewisship.com
> 
> 


Reply via email to