Hi,

In index page my app will do a return MyPage.class, so browser address bar
shows localhost/mypage instead of localhost, now I'd like to pass any query
string from the url to the new page, it should look like this:

if user type : http://localhost/?test=123
then after redirect, browser's address bar should show:
http://localhost/mypage/?test=123

is this possible?
-- 
View this message in context: 
http://www.nabble.com/t5%3A-passing-query-string-when-redirect-tp23963374p23963374.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