Re: component parameter coercion

2012-08-02 Thread Bob Harner
You can contribute a type coercion, as described at http://tapestry.apache.org/typecoercer-service.html On Aug 2, 2012 3:49 AM, "Angelo C." wrote: > hi, > > trying to pass a literal to a component hoping it can do a coercion, here > is > the code: > > public class IfGroup { > @Parameter(r

Re: component parameter coercion

2012-08-02 Thread Thiago H de Paula Figueiredo
On Thu, 02 Aug 2012 04:49:00 -0300, Angelo C. wrote: hi, Hi! this works as 'tesGroup' is a property in the page: hello but this one will not: hello I really have no idea what you're trying to do here. Your parameter is a Group. You're trying to pass a String to it. Is thi