this.chatService = chatService;
try { chatService.addRoom(new Room(name, description)); } catch(ChatException e) { addActionError(e.getMessage()); } return SUCCESS;
return description;
return name;
this.description = description;
this.name = name;