25 Oct
2003
25 Oct
'03
1:12 a.m.
On Friday 24 October 2003 12:35, Dylan Reinhardt wrote:
Sure. The easiest thing to do is return a string that corresponds with a dtml method (or anything) available in the current namespace. Ex:
<dtml-call "REQUEST.set('some_name', ext_method(arg1, arg2))"> <dtml-var "_[some_name]">
Sorry, I was looking at something the wrong way this afternoon; that actually does work and is probably all I need for this particular application. Again many thanks. Ted