Re: how to hide parameter in URL? for parameters

2009-02-19 Thread taha siddiqi
use a post request !! tawus On Thu, Feb 19, 2009 at 2:31 PM, wch2001 wch2...@hotmail.com wrote: Dear all, I am doing a project , there is one url with some parameters as below

Re: how to hide parameter in URL? for parameters

2009-02-19 Thread Jeremy Thomerson
A post isn't always the answer, obviously, if you need a bookmarkable page. Look at the IndexedParamUrlCodingStrategy - that's what you need. -- Jeremy Thomerson http://www.wickettraining.com On Thu, Feb 19, 2009 at 3:12 AM, taha siddiqi tawushaf...@gmail.com wrote: use a post request !!

Re: how to hide parameter in URL? for parameters

2009-02-19 Thread Cristiano Kliemann
wch, Why do you need to make a bookmarkable page and hide its parameters? It doesn't make much sense to me. The main purpose of bookmarkable pages is, like the name says, to let the user bookmark them (by copying to a text file, for example) with all the parameters needed to show what you intend

Re: how to hide parameter in URL? for parameters

2009-02-19 Thread Jeremy Thomerson
Sorry - I thought she wanted to hide the parameter *names* and leave the values. My bad. On Thu, Feb 19, 2009 at 11:53 AM, Cristiano Kliemann cristia...@gmail.comwrote: wch, Why do you need to make a bookmarkable page and hide its parameters? It doesn't make much sense to me. The main