Re: JIRA TAP5_103 provide access to component parameters from within mixins

2010-08-19 Thread Shing Hing Man
Thanks! Shing --- On Fri, 20/8/10, Dariusz Majewski wrote: > From: Dariusz Majewski > Subject: Re: JIRA TAP5_103 provide access to component parameters from within > mixins > To: "Tapestry users" > Date: Friday, 20 August, 2010, 5:22 > Hi, > > You hav

Re: JIRA TAP5_103 provide access to component parameters from within mixins

2010-08-19 Thread Dariusz Majewski
Hi, You have to use @BindParameter annotation described here: http://tapestry.apache.org/tapestry5.2-dev/guide/mixins.html Regards, Darek On Thu, Aug 19, 2010 at 10:31 PM, Shing Hing Man wrote: > JIRA TAP5_103 is marked as fixed in Tap 5.2.0. > https://issues.apache.org/jira/browse/TAP5-103 >

JIRA TAP5_103 provide access to component parameters from within mixins

2010-08-19 Thread Shing Hing Man
JIRA TAP5_103 is marked as fixed in Tap 5.2.0. https://issues.apache.org/jira/browse/TAP5-103 Does anyone know where I can find an example on reading a component parameters from within a mixin ? Does it work by simply inject the component for which the mixin is attached, in the mixin Java class