Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.BETA
-
Fix Version/s: EE-3.0.0.GA
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEFaces 3 EE + MyFaces + WebSphere Portal 7
-
Affects:Sample App./Tutorial
Description
Hitting the logout button on the chat application causes a nasty popup exception shown in attachment.
Issue Links
- blocks
-
IPCK-259 Add ICEfaces EE Support for WebSphere Portal 7
-
- Closed
-
Removed the circular logout call. Not sure why this wasn't causing problems before this.
===================================================================
— src/main/java/org/icefaces/sample/portlet/chat/Participant.java (revision 28173)
+++ src/main/java/org/icefaces/sample/portlet/chat/Participant.java (working copy)
@@ -99,7 +99,7 @@
}
public void logout(ActionEvent event)
{ - logout(null); + logout(); }