this.chatService = chatService;
try { messagesAvailableInRoom = chatService.getMessagesInRoom(roomName); } catch(ChatException e) { addActionError(e.getMessage()); } return SUCCESS;
return messagesAvailableInRoom;
return this.roomName;
this.roomName = roomName;