Re: Errors and Messages

2007-09-29 Thread Martin Marinschek
s, but how can I have two messages?? > > > > > > > > On 9/26/07, Kito D. Mann <[EMAIL PROTECTED] > wrote: > > > > > > > > > > > > > > > > > > > > > > > > From: daniel ccss [mailto:[EMAIL PROTECTED] > > >

Re: Errors and Messages

2007-09-28 Thread daniel ccss
tember 26, 2007 10:26 AM > > *To:* MyFaces Discussion > > *Subject:* Errors and Messages > > > > > > > > Hi all, > > > > I need to use a different style for showing messages and errors. > > > > For my messages I use this in my bean >

Re: Errors and Messages

2007-09-26 Thread daniel ccss
Thanks, but how can I have two wrote: > >*From:* daniel ccss [mailto:[EMAIL PROTECTED] > *Sent:* Wednesday, September 26, 2007 10:26 AM > *To:* MyFaces Discussion > *Subject:* Errors and Messages > > > > Hi all, > > I need to use a different style for showin

RE: Errors and Messages

2007-09-26 Thread Kito D. Mann
From: daniel ccss [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 10:26 AM To: MyFaces Discussion Subject: Errors and Messages Hi all, I need to use a different style for showing messages and errors. For my messages I use this in my bean FacesContext.getCurrentInstance

Errors and Messages

2007-09-26 Thread daniel ccss
Hi all, I need to use a different style for showing messages and errors. For my messages I use this in my bean FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(message)); And this in the JSP How can display errors in this way using a different style.