Home
The Toolkit for Online Communities
15896 Community Members, 0 members online, 2259 visitors today
Log In Register

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

OpenACS Home : Forums : OpenACS Development : Re: ad_page_contract error with empty string on notnull,verify : One Message

+
Posted by Brian Fenton on
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

+
Posted by Brian Fenton on
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