On Thu, 02 Aug 2012 04:49:00 -0300, Angelo C. <angelochen...@gmail.com> wrote:

hi,

Hi!

this works as 'tesGroup' is a property in the page:

<t:ifgroup context="testGroup">
   <p>hello</p>
</t:ifgroup>

but this one will not:

<t:ifgroup context="12">
   <p>hello</p>
</t:ifgroup>

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 this String the group id? If yes, you'll need to write a Coercion from String to group, wrap it in a CoercionTuple and contribute the tuple to the TypeCoercer service. If you get this right, your code and template will work.

--
Thiago H. de Paula Figueiredo

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

Reply via email to