----- 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>



Site Error
An error was encountered while publishing this resource.

Unauthorized

Sorry, a site error occurred.

Traceback (innermost last):

Unauthorized: You are not allowed to access listGroups in this context (Also, an error occurred while attempting to render the standard error message.)