----- Original Message ----- From: "Paul Winkler" <pw_lists@slinkp.com> To: <zope@zope.org> Sent: Thursday, November 20, 2003 3:50 PM Subject: Re: [Zope] some Zope issues: dtml-zpt, permissions, scalability > > That seems unlikely. Can you post your ZPT version, and the actual error it > gives you? >
Here is what I and what I receive as error: <form action="." method="post"> <table border=0 cellpadding=2 cellspacing=0 width="100%"> <tr> <td colspan=5> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="right"> <input type="submit" name="index_html:method" value="View"> <select size=1 name="SelectedGroup"> <option value="All">All Groups</option> <span tal:repeat="group python:here.listGroups"> <option value="group" tal:attributes="value group"> <span tal:condition="JobTracker/SelectedGroup"> <span tal:condition="repeat/group/index==here/SelectedGroup">selected</span> </span> <span tal:replace="group">group</span> </option> </span> </select> </td> </tr> </table> </td> </tr> </table> </form>An error was encountered while publishing this resource.
Site Error
{'container': <JobTracker at /jobber>,
'default': <Products.PageTemplates.TALES.Default instance at 0x86a0664>,
'here': <JobTracker at /jobber>,
'loop': <SafeMapping instance at 86e4900>,
'modules': <Products.PageTemplates.ZRPythonExpr._SecureModuleImporter instance at 0x8689cc4>,
'nothing': None,
'options': {'args': ()},
'repeat': <SafeMapping instance at 86e4900>,
'request': <HTTPRequest, URL=http://localhost:8080/jobber/index_html>,
'root': <Application instance at 8aa1c18>,
'template': <PageTemplateFile at /jobber/>,
'traverse_subpath': [],
'user': meyer}