EmptyTrash only deleting one document on the Web

Hi,

I have a Domino web application, which use to work fine on a Domino 5 server. We have recently upgraded our server to 6.5.

The web app has two buttons to delete documents from a view using @Commands [Movetotrash] and [emptytrash]. On the Domino 5 server, multiple documents could be deleted using these buttons. However, now it only deletes the first document selected, even though there are several more docs selected in the view. This only allows me to delete one document at a time.

Any ideas? I would like to hear from anyone that uses these sames @Commands on a browser, and if they have encountered the same problem.

Thank you,

Gian Pier

Subject: EmptyTrash only deleting one document on the Web

I had the same problem and I solved it by creating the form called $$View Template for (ViewName) in which I put a field $$ViewBody and the two actions with the commands MoveToTrash and EmptyTrash.In this way you can delete more than one document.

I hope it’s all clear. Valentina