12 Apr
2002
12 Apr
'02
7:32 p.m.
Richard Wesley writes:
According to the documentation that comes with Zope 2.5.0, the dtl-sqltest tag can take either a variable or an expr="" tag. But when I do this, I get the message "Invalid atrribute name, "expr" for tag <dtml-sqltest..."
What's up? You used
<dtml-sqltest expr="your expression" ...> ? No missing "="? No inserted spaces between "expr", "=" and the leading ´"´ of the expression? If you reply with "yes" to all those questions, retry by omitting the "expr=" but retaining the "..." around your expression. BTW, you need to tell "sqltest" the column name, when you use "expr". Dieter