[Simpleweb-Support] how to redirect and clean the request?
Brought to you by:
niallg
From: Hugo W. <ug...@li...> - 2007-05-01 01:13:25
|
Niall thanks for all the help so far. I'm looking for a way that when simple redirects to a new URL it also clean= up the parameters set on the previous request. >From an html form I submit a request to http://localhost:8888/testService a= nd then redirect it to http://localhost:8888/show.vm. The problem is that i= t call show.vm?param1=3Dxxx¶m2=3Dyyyy... putting all the parameters tha= t were sent from the submit. on testService I do a 'return resolve("show.vm")' inside the redirect metho= d. How can I clean these params to the show.vm redirect so it won't appear the= previous query string? Thank a lot, Hugo. =3D --=20 Powered by Outblaze |