Tapestry will throw an exception in URLEncoderImpl.decode before even getting 
to onActivate in my page, so I can't do that.


-----Original Message-----
From: Chris Poulsen [mailto:mailingl...@nesluop.dk] 
Sent: 6. maj 2015 14:59
To: Tapestry users
Subject: Re: Generate link to Tapestry page from another program

you can also work with the request parameters in the "old fashioned" way by 
injecting the request

On Wed, May 6, 2015 at 2:45 PM, Poder, Jacob <jacob.po...@thermofisher.com>
wrote:

> Hi all,
>
> I want to generate links to a Tapestry page from another (non 
> Tapestry) Java program and would like to know if there is any 
> preferred way of doing that? Can I somehow use Tapestry's URI generation code 
> directly?
> The page I need to link to has two arguments, say a type and a list of ids:
> app/page/type/1,3,6,9
>
> Tapestry does not allow commas in the path segment, without its own 
> encoding, so in case I cannot use Tapestry's URI generation, what 
> then? Of course I can put the ids in different path segments, but I 
> think of those as more of an hierarchical structure and thus it does not feel 
> natural...
> app/page/type/1/3/6/9
>
> I'm using T5.3.8.
>
> I would very much appreciate any thoughts or experience on the matter.
>
> Thank you,
>
> Jacob
>

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

Reply via email to