View refresh

I have got a remove button in a form but every time when i remove a document and come back the view, this document is stil there. Only if I click the refresh indicator on the top left, the document is gone. Is there any straight way that I can refresh automatic, without pressing the refresh button in the browser? I selected on Refresh - Refresh display on view property, but it didn’t work.

Thanks in advance.

Subject: view refresh

Did you try…

@Command([ViewRefreshFields]) ?

Subject: RE: view refresh

Where should I put this command?

Thanks