3 Aug
1999
3 Aug
'99
1:25 p.m.
Hi, I'm trying to delegate the rendering inside the #in tag to separate DTML method, as it is repeated a few times. I'm trying to pass the namespace active inside the #in, but hav currently run out of ideas to try. My first guess was to do <!--#in myseq--> <!--#with _--> <!--#var render_row--> <!--#/with--> <!--#/in--> where render_row is equivalent to Row nr <!--#var sequence-item--> But this is probably redundant I also tried <!--#in myseq--> <!--#var render_row(namespace=_)--> <!--#/in--> where render_row is equivalent to <!--#with namespace--> Row nr <!--#var sequence-item--> <!--#/with--> But also with no success ;( ------------------------- Hannu