Hi all, One of requirements of my current project is to have URLs for search results that are copy-pasteable which means that search criteria should be in the URL.
What I have is a simple form (a text field and a submit button) which POSTs to an action which displays search results. Right now I'm able to either have no parameters shown in the URL (when using POST) or - when using GET - parameters I don't really want to have there (button.x, button.y, _sourcePage, __fp). Is there some neat trick that would allow me to pass some form parameters using POST and others using GET? I can think of two solutions: javascript messing with the form on submit or redirect in my action, but I don't like any of them. 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
