Forum OpenACS Development: Re: export_vars and (form)vars containing colons

Collapse
Posted by Ola Hansson on
Thanks Lars,

This does not work:

set entire_form [export_vars -form -entire_form -override { {merge_p 1} } { info_vars form\:id form\:mode }]

(I do have the "!!cOlOn!!" stuff in utilities-procs.tcl 😊 )

Do you see what's wrong?

In my case the "form:*" vars are not set, but only exist in the current form. I could of course set them with [ns_set get $form form:id], etc (I tried both ways but neither would work).

Jon, you're more than welcome to start with this as far as I'm concerned. Please post here when you're done. Thanks!