@Inject private PageRenderLinkSource linkSource;
Object onMyEvent(){ Link link = linkSource.createPageRenderLink(Index.class); link.addParameter("xyz", "abc"); return link; } On Jan 16, 2013, at 12:29 PM, mateen wrote: > Hi, > > In my code after i validate the username and password i redirect the user to > a new page by simply returning Index.class from my validation function. Now > i have a requirement to also pass some params in the Query String like > Index?xyx=abc. How can i do this ? > > Kind Regards > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Redirecting-to-a-Page-tp5719343.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 >