Forum OpenACS Development: Re: problem with form generation

Collapse
Posted by yo ha on
Actually i have mistyped the piece of code trying to access the form variables. It is actually:

< %
set v [ns_conn form $conn]
set surname [ns_set get $v surname]
% >

Thanks.