On Thu, 24 Aug 2000, [EMAIL PROTECTED] wrote: > I would like to construct a pull down of the users defined in > an acl_users of a particular location. > I am doing this soon, also, so I've put in a little thought on the problem. (But only a little :) > Say in particular, that /protected/acl_users exists. How do > I find (in dtml or in python), the list of names defined in that > particular acl_users. > My guess (untested) is : <select name="users"> <dtml-in getUserNames> <option value="<dtml-var sequence-item>"><dtml-var sequence-item> </dtml-in> </select> > To slightly generalize, how would one tree-walk to find the list > of all acl_users above a particular object? Well, as I said, this is untested, but I'm assuming getUserNames does this for you. The ZQR is somewhat sparse on the details. > > Thanks > Please, let me know how this goes. > Jim > Have a better one, Curtis Maloney _______________________________________________ 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 )