Hi Lance, I'd like all the search filters to remain in the URL for book
marking, sharing the URL, and SEO. My goal is for the search page to
function similarly to the ebaymotors search page. The search form resides
directly within the search page. I do however have links from other pages
that will trigger a search. Example, on the home page of my site, you can
click the Nissan link causing a redirect to the search page while populating
the make parameter with Nissan which applies a search filter for make
Nissan. I would rather avoid @Persist if possible due to the fact at times
there are very high server loads. 

In the applications current state, I'm using a key value pair search/0/2
with onActivate(). This does work, however it creates urls that are much
more complex to decode. I figured using query parameters would be much
easier to work with. 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-remove-query-parmeter-from-url-string-tp5716922p5716956.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to