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

query name vs. query object

2001-12-07 Thread Alexander \"just me\"; Apartsev
Hello All, i have a custom tag making a query. I would like to access its results in another custom tag or else in the calling template. The custom tag making the query is called from another custom tag. doesn't work cause it needs a literal, not a query object. Is there a solution? Thanks i

query name vs. query object

2001-12-06 Thread Alexander \"just me\"; Apartsev
Hello All, i have a custom tag making a query. I would like to access its results in another custom tag or else in the calling template. The custom tag making the query is called from another custom tag. doesn't work cause it needs a literal, not a query object. Is there a solution? Thanks i