private void _publishFolder(ActionRequest req, ActionResponse res,PortletConfig config,ActionForm form)
throws Exception {
String inode = req.getParameter("inode");
FolderAPI folderAPI = new FolderAPIImpl();
Folder folder = folderAPI.find(inode, _getUser(req), false);
ActionRequestImpl areq = (ActionRequestImpl) req;
HttpServletRequest hreq = areq.getHttpServletRequest();
if (InodeUtils.isSet(folder.getInode())) {