Re: 5.1.0.5: Supporting mixins in user defined components

2010-10-26 Thread Thiago H. de Paula Figueiredo
Currently Tapestry doesn't support parameters in implementation mixins, user-defined or not. On Tue, 26 Oct 2010 18:26:13 -0200, Rich M wrote: -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, Ars Machina Tecnolo

Re: 5.1.0.5: Supporting mixins in user defined components

2010-10-26 Thread Rich M
Hmm, I suppose I wasn't clear enough. I'm using mixins just fine from templates and I'm well aware of the @Parameter annotatation, but I wanted to have a mixin attached to a customer component I have written, and this component is included in templates for page classes. Part of the intention of

Re: 5.1.0.5: Supporting mixins in user defined components

2010-10-26 Thread Norman Franke
Check out the source for Tapestry's mixins. You use the @Parameter annotation in the mixin class. Norman Franke Answering Service for Directors, Inc. www.myasd.com On Oct 26, 2010, at 2:46 PM, Rich M wrote: Hi, how do you provide parameters to a mixin when you are doing an Implementation

5.1.0.5: Supporting mixins in user defined components

2010-10-26 Thread Rich M
Hi, how do you provide parameters to a mixin when you are doing an Implementation Mixin? I'm running in 5.1.0.5 and the documentation isn't very clear on this. I have the code below in the component class where I would like to add the mixin, but I need to get the template parameters to this co