Hi, thanks! I would like to set that params into the jsp and not into the backedBean! [EMAIL PROTECTED] ha scritto:
>You can use the MessageUtils Class and its method addmessage >http://myfaces.apache.org/javadoc/impl/org/apache/myfaces/util/MessageUtils.html > >addMessage(javax.faces.application.FacesMessage.Severity severity, >java.lang.String messageId, java.lang.Object[] args, java.lang.String >forClientId, javax.faces.context.FacesContext facesContext) > >There you can add a Object[] which could contain your field. > >In the message in the properties file you simple say: > >messageId=Error in field {0} > >where{0} comes from the Object[] > >Regards >Andy > > > -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Personalizza il tuo cellulare con le immagini più divertenti o con le foto di chi ami * Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3117&d=29-11

