HTTP Web Server: Invalid URL Exception [/db.nsf/folder?CopyToFolder]

Hi everybody, hope you can help!

I’ve a WEB application and I need to move some documents in a folder from a view with an action.

I’ve made a view that display with the applet in WEB browser, and with the flag ‘Show selection margin’ activated.

I’ve made an action with this code:

@Command([Folder];“”);

I’ve tryed

@Command([FolderDocuments];“”)

but the result is always the same:

HTTP Web Server: Invalid URL Exception [/db.nsf/?CopyToFolder]

Well I’ve tried an action that runs Javascript on WEB client with the code:

document.applets.view.copySelectedDocumentsToFolder()

Same result!!

Any suggestions? It seems that there’s something wrong in the view applet method: copySelectedDocumentsToFolder()…

Do I forgot something?

Thanks for the help

Have a nice day

Max