Which version of T5 are you using?  5.1 should handle this properly.
5.0 does not even have the [ ... ] array syntax.

On Fri, Oct 2, 2009 at 1:37 AM, Gunnar Eketrapp
<gunnar.eketr...@gmail.com> wrote:
> Can't find the documentaion on how to pass multiple values in the context.
>
> I have seen it somewhere....
>
> I need to pass two strings where one of them may be null.
>
> E.g.
> <t:pagelink  page="foo" context="[firstname, lastname]"> Pass two
> strings </t:pagelink>
>
> <t:pagelink  page="foo" context="[firstname, null]> Pass first string
> </t:pagelink>
>
> <t:pagelink  page="foo" context="[null, lastname]> Pass second string
> </t:pagelink>
>
>
>
> But I does not work for me. I.e. the activate method that takes two
> strings does not get kicked.
>
> Thaks in advance,
> Gunnar Eketrapp
> Stockholm
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

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

Reply via email to