<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=546414223-22032004>I am attempting to 
let users delete their own documents from a treeview, if they wish.&nbsp; For 
this I call manage_delObjects with&nbsp;a&nbsp;list of the item to be 
deleted.&nbsp; I </SPAN></FONT><FONT face=Arial size=2><SPAN 
class=546414223-22032004>find that manage_delObjects I get (in my current 
version) an endless loop of Sending&nbsp;request to server... Transferring data 
from server....</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=546414223-22032004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=546414223-22032004>My DTML method, 
based on the ZMI method for deleting checked items in a tree,&nbsp;looks like 
this:</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=546414223-22032004></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=546414223-22032004><BR>&lt;form 
action="." name="objectItems" method="post"&gt; <BR>&lt;table 
width="50%"&gt;<BR>&lt;tr&gt;<BR>&lt;dtml-tree branches="publicObjects" 
skip_unauthorized="1" sort="title_or_id"&gt;<BR>&lt;td&gt;<BR>&lt;dtml-if 
expr="meta_type == 'Folder'"&gt;&lt;B&gt;&lt;/dtml-if&gt;<BR>&lt;IMG 
SRC="&lt;dtml-var icon&gt;"&gt; &lt;dtml-var title_or_id&gt;<BR>&lt;dtml-if 
expr="meta_type == 
'Folder'"&gt;&lt;/B&gt;&lt;/dtml-if&gt;<BR>&lt;/td&gt;<BR>&lt;dtml-if 
expr="meta_type != 'Folder'"&gt;</SPAN></FONT></DIV>
<DIV><FONT><SPAN class=546414223-22032004><BR><FONT face=Arial size=2>&lt;td 
width="16%"&gt;&lt;input type="checkbox" name="ids:list" value="&lt;dtml-var 
id&gt;" /&gt;&lt;/td&gt;</FONT></DIV>
<DIV><BR><FONT face=Arial 
size=2>&lt;/dtml-if&gt;<BR>&lt;/dtml-tree&gt;<BR>&lt;/tr&gt;<BR>&lt;/table&gt;<BR>&lt;input 
class="form-element" type="submit" name="manage_delObjects:method" 
<BR>&nbsp;&nbsp; value="Delete" /&gt;<BR>&lt;/form&gt;<BR>&lt;dtml-var 
standard_html_footer&gt;<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=546414223-22032004><FONT face=Arial size=2>What is causing the 
spinning Zope when this is submitted?&nbsp; Debugging suggestions would be 
appreciated because &lt;dtml-var REQUEST&gt; is showing everything as it 
should.&nbsp; </FONT></SPAN></DIV>
<DIV><SPAN class=546414223-22032004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=546414223-22032004><FONT face=Arial 
size=2>Karl</FONT></SPAN></DIV>
<DIV><SPAN class=546414223-22032004><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV></SPAN></FONT></BODY></HTML>