}
public ActionForward createMessage(ActionMapping mapping, ActionForm actionForm, HttpServletRequest request,
HttpServletResponse response) throws FenixServiceException {
CreateConversationMessageBean createConversationMessageBean =
(CreateConversationMessageBean) RenderUtils.getViewState("createMessage").getMetaObject().getObject();
try {
CreateConversationMessage.runCreateConversationMessage(createConversationMessageBean);
} catch (DomainException e) {