In 5.1, use like context="[param1,param2]" Thanks DH
----- Original Message ----- From: "Angelo Chen" Sent: Monday, March 30, 2009 2:25 PM Subject: t5: multiple parameters in PageLink's context? > > Hi, > > Is there a way to specify multiple parameters in the PageLink's context, > example: > > this works: > > <t:pageLink page="SendPurchaseOrder" context="buyer.code">Send > Order</t:pageLink> > > this fails: > > <t:pageLink page="SendPurchaseOrder" context="buyer.code/'US'">Send > Order</t:pageLink> > > what I'm doing now is, return the combined paramter from java and put it in > the context, > > hints? > -- > View this message in context: > http://www.nabble.com/t5%3A-multiple-parameters-in-PageLink%27s-context--tp22777039p22777039.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >