@Inject
private Request request;

.... somewhere in the page code ....
String parameter = request.getParameter("parameter-name");



with regards
Sven Homburg
Founder of the Chenille Kit Project
http://chenillekit.codehaus.org





2011/4/27 Tim Koop <t...@timkoop.com>:
> 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?
>
> Thanks.
>
> --
> Tim Koop
> t...@timkoop.com <mailto:t...@timkoop.com>
> www.timkoop.com <http://www.timkoop.com>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to