Hi, following code redirects to a results page under mysearch:
Object onSuccessFromMySearchForm() { return "mysearch/results"; } now I need to append a query string after the page name: return "mysearch/results?12345"; this will trigger an exception: Unable to resolve 'mysearch/results?12345' to a known page name. question: how to append a query string to a page name? Thanks, Angelo -- View this message in context: http://www.nabble.com/t5%3A-appending-a-query-string-to-a-page-name--tp23332958p23332958.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