this.chatService = chatService;
User user = (User) session.get(ChatAuthenticationInterceptor.USER_SESSION_KEY); try { chatService.enterRoom(user, roomName); } catch(Exception e) { addActionError(e.getMessage()); } return SUCCESS;
return this.roomName;
this.roomName = roomName;
this.session = session;