Is it possible to rename a folder using the Jetspeed API? I have looked at the PageManager and Folder classes and didn't see anything. I not only want the short title and title to get updated but the actual physical folder name on the disk (or in the DB if you are configured that way, which we are not).
Is there a recommended way to do such an action? I am considering doing a deep copy and then deleting the original folder structure if there isn't any direct support. I did see in the minimal JS install for JS 2.2.0 there is a Change folder name action in the Page/Folder Customizer. However, I did see some odd behavior when trying to use it. It seems the "commits" to my name changes were 1 behind. I made a change, didn't see any differences. Then I made another change and saw the change appear from try 1. Made another change (try 3) and saw the change from try 2 show up. The PSML files on disk seemed to contain the correct, last changed information, but the interface was not showing the correct information. It was not until I logged out and restarted my server that the changes displayed in the interface "caught up" with the changes I had made using the interface and what was actually stored in the PSML files. The physical names on disk never changed. We are using Jetspeed 2.2.0. Let me know if I am headed in the wrong direction here! Thanks.
