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

Reply via email to