- context not correct after closing of modal dialog
This commit is contained in:
Heng Sin Low 2009-11-03 10:53:26 +00:00
parent bc5972eea6
commit 54109e1332
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class SessionContextListener implements ExecutionInit,
if (serverContext == null) {
serverContext = ServerContext.newInstance();
serverContext.putAll(ctx);
} else if (!ctx.getProperty(SERVLET_SESSION_ID).equals(serverContext.getProperty(SERVLET_SESSION_ID))) {
} else {
serverContext.clear();
serverContext.putAll(ctx);
}