Re: [Zope] delete objet via a form

2000-07-08 Thread FR Chalaoux

Thanks, it works fine.

FR


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




Re: [Zope] delete objet via a form

2000-07-08 Thread Steve Spicklemire


This seems to work:

delete_form:




 





delete:





-steve
> "FR" == FR Chalaoux <[EMAIL PROTECTED]> writes:

FR> Hi Zopper,

FR> The Use case ==

FR> 1/ Display file objets from a folder

FR> 2/ Select objets to delete

FR> 3/ Delete these objets

FR> 4/ Refresh the document

FR> My solution is based on 2 DTML methods but it does not work
FR> for me. The documents are not deleted and no refresh of the
FR> page.

FR> Help is welcome.

FR> FR.

FR> DTML Method delete_form   standard_html_header>   ACTION="http://localhost:8080/Common/Documents/delete"
FR> method="POST">  sort=id>  VALUE="">  
FR> standard_html_footer>

FR> DTML Method delete ===  "manage_delObjects(REQUEST['ids'])">  "RESPONSE.redirect(URL1 + '/delete_form')">







FR> ___ Zope maillist
FR> - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **
FR> No cross posts or HTML encoding!  ** (Related lists -
FR> http://lists.zope.org/mailman/listinfo/zope-announce
FR> http://lists.zope.org/mailman/listinfo/zope-dev )


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