Again, this problem is making me mad :)
This is a simple TTW PageTemplate I'm using:
 
<html>
  <body>
  <ul tal:repeat="dba here/SQLConnectionIDs">
    <li tal:content="dba"> placeholder </li>
  </ul>
  <body>
</html>
 
This works without any problem, returning a list of tuples.
The same template in a FS based product raises a site error:
 
Unauthorized: You are not allowed to access 'SQLConnectionIDs' in this context (Also, an error occurred while attempting to render the standard error message.)
 
that's not even logged.
 
A very similar DTML file on the FS, that cycles through SQLConnectionIds, works perfectly.
 
This is Zope 2.7 on Windows.
 
Is this a Zope bug ?
 
TIA,
  ngw


Yahoo! Messenger: chiamate gratuite in tutto il mondo
_______________________________________________
Zope maillist  -  Zope@zope.org
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 )

Reply via email to