Hi Thomas,
When i just use it as <dtml-var sSQL> everything is
ok.
When i use it like : <input type="text"
value=<dtml-var sSQL>>, i get everything until the
first space. For example from "select * from mytable"
i get "select".
I'm not sure, but don't you need to enclose it with double quotation
marks? Something like this:
<input type="text" value="<dtml-var sSQL>">
You can also try:
<input type="text" value="&dtml-sSQL;">
Regards,
Josef
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )