Hi,

If I missed this in the docs, mailing list apologies. I am trying to
render a page link with 2 context parameters:

<t:pagelink page="mypage" 
context="literal:context1/context2">link</pagelink>

This renders as "mypage/context1$002fcontext2", ie the "/" has been tap
encoded. As such as opposed to:

public void onActivate(context1, context2)

being called, this is:

public void onActivate(context1)

where context1 is passed as "context1/context2"


How can i specify multiple contexts with literal: ?

Thanks Richard.









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

Reply via email to