You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Chris Lewis <ch...@bellsouth.net> on 2007/10/11 18:00:34 UTC

T5: mixin parameters in templates

Hi all,

The T5 docs say 
(http://tapestry.apache.org/tapestry5/tapestry-core/guide/mixins.html) 
that it is possible to bind mixin parameters in the template, but no 
examples are given. I haven't been able to get this to work 
(5.0.6-SNAPSHOT). I've tried:

<t:textfield value="txtTest" t:mixins="textmonitor" 
t:TextMonitor.test="hello"/>
<t:textfield value="txtTest" t:mixins="textmonitor" 
t:textmonitor.test="hello"/>

To no avail. How can this be done?

thanks!
chris

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