Forum OpenACS Q&A: Re: master.tcl Template Scope

Collapse
Posted by russ m on
without knowing how you're indexing moto_dealer it's a bit hard to guess, but I'd suspect that the literal "name" in your error is perhaps meant to be the content of a var called "name"... Is the call to moto_dealer perhaps
set foo [moto_dealer name]
where it should be
set foo [moto_dealer $name]