----- Original Message -----
From: Martin Grönemeyer <[EMAIL PROTECTED]>
> <dtml-with "REQUEST.resolve_url('http://mydomain/home/index_html')">
> <dtml-var title>
> </dtml-with>
>
> throws
>
> Error Type: ValueError
> Error Value: Different namespace.

REQUEST.resolve_url requires that the URL you pass to it begins with
REQUEST.script, otherwise it will throw this Exception.  It treats the URL
very much like one coming from a browser, so all SiteRoots and Access Rules
affect the result.

Cheers,

Evan @ digicool & 4-am


_______________________________________________
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