Try returning a URL instead of a String. The string is interpreted as
page name and thus cannot include parameters.
Kind regards,
Joachim
Angelo Chen wrote:
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
--
Joachim Van der Auwera
PROGS bvba, progs.be
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org