Never mind, read this one 
http://www.nabble.com/Form-post-and-pretty-URL%27s-td21617160.html and 
figured that I asked a FAQ.

I went with redirecting and it's pretty easy:

        if ("POST".equals(context.getRequest().getMethod())) {
            return new 
RedirectResolution(getClass()).addParameter("searchTerm", getSearchTerm());
        }
        // do the real search here

Regards,
Grzegorz


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to