> Didn't happen for me (Zope 2.2b4).  I got
> Invalid attribute name, "url_quote", for tag <dtml-call 
> "REQUEST.set('URL', 
>    URL2+'?action=Add Material 
> Info&product_number='+product_number)" url_quote>,
>     on line 195 of index_html
> 
> It also fails for <dtml-return>... It looks like url_quote is 
> only applicable
> to <dtml-var>...which is sort of painful.

Considering dtml-call has no return value which can be url_quoted, it's
not all that surprising.  url_quote takes action on the value rendered.
Since there can by definition be nothing to render when using dtml-call,
url_quote can't be supported on it.

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to