You could shorten the query string somewhat, and end up with something
like 

> http://www.test.com/do/getClipperSearch?pageNumber=12

but you can't eliminate it without using a form, and sending the
parameters by POST rather than GET. 

This is just how HTTP works, and there's not much to be done about it
;-(

-- Ted Husted, Husted dot Com, Fairport NY USA.
-- Custom Software ~ Technical Services.
-- Tel +1 716 737-3463
-- http://www.husted.com/about/struts/

chiji nwankwo wrote:
> 
> Hi,
> 
> Is there a recommended way to map query strings to actions so that
> their values are not displayed in the address bar.
> 
> eg
> 
> http://www.test.com/do/getClipper?action=search&pageNumber=12
> 
> Thanks
> 
> Chiji
> 
> ----------------------------------------------------------------------
> Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to