I found a way of doing this unless anyone know any different. Is there a way to this with the page object rather than using a link.
@Inject private PageRenderLinkSource linkSource; @Log public Object onSubmitFromPolicySigninForm() { Link link = linkSource.createPageRenderLinkWithContext(PolicySignin.class); link.addParameter("x", "123"); link.addParameter("y", "123"); return link; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Page-url-rewrite-tp4924085p4924245.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