or better how to finish a transaction programmaticaly ? I have a form, which list object and a checkbox beside each line, where I can mark objects for deletion. The delete-method deletes the checked objects but when I just do a return context.listForm() in my delete-method, the deleted objects still show up, only after a reload of the form they are really gone. if I do a return context.REQUEST.RESPONSE.redirect(context.REQUEST.get("HTTP_REFERER")) the list is directly refreshed. I assume, that's because the transaction is not finished in the first case. So my question is there a way to finish the transaction programmatically ? -- Mit freundlichen Grüßen Joachim Schmitz -------------------------------------------------------------------- AixtraWare Ingenieurbüro für Internetanwendungen Telefon: +49-2464-8851, FAX: +49-2464-905163 --------------------------------------------------------------------