Forum OpenACS Q&A: display variables of a form in the url...

I have a regular option list form with action=onefile.tcl name=some_id
and value=some_id_you_selected.

When you get posted to onefile.tcl some_id is not seen in the url. And
if you do a set return_url [ns_conn url]?[ns_conn query] you obviously
get the wrong url.

Is there a way how to get posted to
onefile.tcl?some_id=some_id_you_selected???

Thanks

Collapse
Posted by David Kuczek on
Scusa me,

I thought that there was some kind of procedure that I just couldn't find but it was only method=get instead of method=post...

Collapse
Posted by David Walker on
[ns_conn url]?[export_entire_form_as_url_vars] should do what you want