Angelo Chen wrote:
> 
> 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?
> 

before 5.1.You can use a get method to return context.
...context="context">
List getContext(){
...



-- 
View this message in context: 
http://www.nabble.com/t5%3A-multiple-parameters-in-PageLink%27s-context--tp22777039p22778548.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

Reply via email to