Forum OpenACS Q&A: Re: is it possible to call a tcl proc from adp page ?

Collapse
Posted by Alfred Werner on
<%= [my_proc params] %>  and
<% [my_proc params] %>

print results or don't

might be 'old school' :) but it works for me.

Lots of %this_stuff% these days. Guess that's when the flow is reversed - tcl runs then you ns_adp_parse ..

Collapse
Posted by abbas beginner on
thanks for that

the reason why i need it from the adp page is because

i have my adp setting up a grid for my results from db_multirow already and thought if i can call the function from within the adp page itll just be easier

thanks guys