Forum OpenACS Development: Re: ad_page_contract error with empty string on notnull,verify

Hi Steve,

are you using export_form_vars -sign or export_url_vars -sign to export your form variables?

Brian

Brian --
within the .adp page, I'm doing:


set exp_vars [export_vars -form -sign {{job_code "@client_job_code@"} {survey_year "2008"}}]

@exp_vars@

Steve

Hi Steve,

it's probably ok to be doing that in the adp but it might be better in the .tcl file. When you do a view source in your browser how does the resulting html look?

Brian