Hi,

Is there a simple way to remove the request.get variables?

I have a page that uses .GET to store a load of form elements data as the
page can be resent to the controller at any time [onchange event on a
select] but is not actually stored at this time, and these get vars are used
to repopulate the page. However I'd very much like for them to not be in the
url after the page is loaded. The Get vars are all put into a c variable
when the controller is recalled -  it would be cool to purge / empty .GET so
that when the render command returns the URL is nice and tidy again.

Any ideas much appreciated.

Jules


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to