RE: udf in a complex custom tag

2002-01-16 Thread Raymond Camden
> Sent: Wednesday, January 16, 2002 12:33 PM > To: CF-Talk > Subject: udf in a complex custom tag > > > Hi! > > I am trying to declare an UDF in a custom tag: > > > > function myfunc() { return true; } > > .. etc. > > > T

udf in a complex custom tag

2002-01-16 Thread Alexander \"just me\" Apartsev
Hi! I am trying to declare an UDF in a custom tag: function myfunc() { return true; } .. etc. This throws "The routine test has been declared twice in different templates". If the tag has no end tag, no error is thrown; I need an end tag, though, because there are child