All, When editing a page from Portal Site Manager removes the Document Order.
Looking at the code, it looks like AbstractPageManager.java updateDocumentOrder() is called everytime the page is updated and if the page is already there in the document order list of the folder, its removed. documentOrder.remove(name); Change the above code to the following fixed the issue. if ( !this.folderExists( name ) { documentOrder.remove() } Thanks Prabha -- View this message in context: http://www.nabble.com/Editing-a-page-from-Portal-Site-Manager-removes-the-Document-Order-tp24506892p24506892.html Sent from the Jetspeed - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-user-unsubscr...@portals.apache.org For additional commands, e-mail: jetspeed-user-h...@portals.apache.org