My problem is, that it is too complicated, in my opinion. Would it be so unlogical to add all additional paramters to the namespace? It would have already been usefull for me in some cases. Think of a template that creates some special frame around an image (for example a table with subtitle and border). I would like to call it in that way: <dtml-var my_frame image="my_image"> O.K. I could call it with dtml-let or as a python expression passing the parameter, but imho this is more confusing than extra parameters. Andreas
Don't forget you can use dtml-let and dtml-with to pop stuff onto the namespace for example:
Oh you made that point too. So dtml-let does it explicitly and without conflict (what happens if you want to pass the size variable through and specify the dtml-var size). So whats the problem with using that? -- Andy McKay www.agmweb.ca