Forum OpenACS Q&A: Response to how to pass a multirow data source

Collapse
Posted by Don Baccus on
"array get" and "array set" seem to work.  However, you need to use a dummy name in "array set" because the template code does a "upvar 0 name:n name" for each row in a "multiple" tag.  db_multirow doesn't set the base array name to anything, but "array set" does, causing the name clash.