On Wed, Jan 30, 2002 at 03:44:51PM -0800, Jeremy M. Smith wrote:
> <dtml-var "_[form].header()">
DTML Magic! _[form] is a string (rendered form). Use getitem(form, 0). 0
prevents rendering - you get the real object.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.