I don't exactly know what you mean. I thought you want to display a message (in the jsp page) with your own params? If this is your attention, then my way works.
Please describe more exactly what you really want to do? Regards Andy -----Ursprüngliche Nachricht----- Von: Luca Conte [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. November 2005 10:03 An: MyFaces Discussion Betreff: Re: AW: Errors messages params 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 ______________________________________________________________________ This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify your system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. ______________________________________________________________________

