There isn't currently a way to do this.  As a temporary solution, you
may want to define an interface that the page should implement; the
Mixin can get the page instance and invoke methods on it to retrieve
what data it needs.

The @Mixin annotation should be extended to allow Mixin parameters to be set.

On Thu, Jun 26, 2008 at 10:44 AM, Thiago H. de Paula Figueiredo
<[EMAIL PROTECTED]> wrote:
> Hi!
>
> I'm writing a Mixin to be used as an implementation one (i.e not applied to
> a component in a page, but attached to the page itself).
> http://tapestry.apache.org/tapestry5/tapestry-core/guide/mixins.html says
> that I can pass parameters to my mixin through @Component parameters, but
> that's not my case.
>
> How could I pass parameters to my page mixin?
>
> Thanks in advance.
>
> Thiago
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to