- Fixed couple of bugs in forums stuff

- Made delete pages consistent

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2025 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2005-12-12 15:55:55 +00:00
parent 8f6bcff2d6
commit 7b8394f1f8
8 changed files with 65 additions and 24 deletions

View File

@@ -1098,7 +1098,8 @@ public class BrowseBean implements IContextListener
// clear the UI state in preparation for finishing the next action
if (invalidate == true)
{
invalidateComponents();
// use the context service to notify all registered beans
UIContextService.getInstance(FacesContext.getCurrentInstance()).notifyBeans();
}
}