you could inject the mysearchresults page:
@Inject
private MySearchResults mySearchResults;
Object onSuccessFromMySearchForm() {
mySearchResults.setPropertyXXX('12345');
return mySearchResults;
}
Angelo Chen schrieb:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org