On Wed, Apr 27, 2011 at 1:30 PM, Tim Koop <t...@timkoop.com> wrote:

> I have some third party code that calls one of my Tapestry pages, passing
> in some values in the query string.  From in my Tapestry page (the Java
> class), how can I retrieve this query string?
>
>
Lets say you have something like:
http://localhost:8080/app/page?value1=testValue&value2=99

In the page class write:

@Request

Reply via email to