How does ist works with the different messages which is shown. I also want to show the different messages at different positions. My label in the property File: lst_su_login_users=ErrorText in the Request Bean: ctx.addMessage("LoginForm:lst_su_login_users", new FacesMessage(FacesMessage.SEVERITY_ERROR, mf.getMessage("lst_su_login_users"), null)); and in the JSP: ( <webuijsf:form id="loginForm">) <h:message for="lst_su_login_users" styleClass="errors" />