On Mon, Mar 9, 2009 at 9:22 AM, Angelo Chen <angelochen...@yahoo.com.hk> wrote:
> Instead of InjectPage, is there a way to push the form to ShowResults in the
> URL, something like what Google is doing:
> http://www.google.com/search?hl=en&q=Tapestry&btnG=Google+Search&meta=

Not automatically. Tapestry always uses POST to submit values, while
Google search uses GET. On the other hand, you can use onPassivate()
in SearchResults to return something similar:
/searchresults/category/1/name/anything. If you want it for
bookmarkability or SEO issues, it solves your problem.

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to