Hi,
I have problem with property expression. When I try to use:
/<t:pageLink page="orderDetail" context="${[user.id,order.id]}" />/
I expect that result context will be string like "orderdetail/3/2". But
result URL is following:
/
/
/http://localhost:8080/orderdetail/$005b223$002c$00201$005d/
Context contains encoded sign like '[', ']' and ','. If I understand
specification of property expressions at
http://tapestry.apache.org/tapestry5.1/guide/propexp.html says than I
use valid format of context. I would like to use composite page link
context because I would like to have nice URL.
Can you please suggest me how to use more that one parameters in page
context.
regards
Jan