Thankls for your advice.

I can see how you would capture request information using
ActivationRequestParameter  but cannot see how in a page context you would
add parameters in the same way that addparameter works on a link?

        Link link =
linkSource.createPageRenderLinkWithContext(PolicySignin.class);
        link.addParameter("x", "123");
        link.addParameter("y", "123");
        return link;     


Do you have an example?

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Page-url-rewrite-tp4924085p4924603.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to