Forum OpenACS Q&A: Response to Proc call inside ADP tag?

Collapse
Posted by Ben Adida on
The way to do this is to make sure that your self-made tag is
implemented with ns_register_adptag, and you call
ns_adpparse on the string contained in the tag. You have to do
this explicitly in the proc you register for your ADP tag. You will
need the fancy ADP parser for this (follow AOLserver.com
instructions for this).