Hi,

I'd like to pass something like this to a page: /Inbox/123

  List<String> p = new ArrayList();
  p.add("Inbox");
  p.add("272");

  String lnk = _resources.createPageLink("mypage", true, p).toURI();
  this does not work, it has something like this:

/mypage/login/%5BInbox%2C+272%5D

what's the correct way? Thanks.

A.C.


-- 
View this message in context: 
http://www.nabble.com/T5%3A-CreatePageLink-and-list-of-context-tf4796265.html#a13721251
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to