Re: Navigation from error question...

2006-11-15 Thread K. Johnson
Try removing the redirect. You should see your facesMessage then. Hope this helps. K ---Original Message--- From: Mick Knutson [EMAIL PROTECTED] Subject: Re: Navigation from error question... Sent: 14 Nov '06 17:01 That did work, but now, I do not get the messages I want

Re: Navigation from error question...

2006-11-14 Thread Mick Knutson
That did work, but now, I do not get the messages I want printed...In registration.xhtml: TD colspan=2 h:messages / /TD TD h:inputText value=#{UserBackingBean.user.username} required=true id=username f:validateLength minimum=2 / /h:inputText h:message for=""> errorClass=error / /TDThen in my

Navigation from error question...

2006-11-13 Thread Mick Knutson
I am fairly new to JSF, but thought that I had this right, however I am not getting the navigation I expect...When I get an error for a duplicate username, I want to be sent back to my registration form and have an error message shows. faces-config: navigation-rule

Re: Navigation from error question...

2006-11-13 Thread Gerald Müllan
Hi, in order to stay on the same page, you can also return null. You don`t need any special navigation outcome to achieve this. cheers, Gerald On 11/13/06, Mick Knutson [EMAIL PROTECTED] wrote: I am fairly new to JSF, but thought that I had this right, however I am not getting the navigation