Hello I have a page with some input field whose values when I enter the page are taken from a bean (and set in the onLoad of the page). If I insert a value that cause the validation of that fields to fail and than I quit the page, when I come back to that page I found in the fields the values that made the validation failed instead of the values from the bean. I checked out and when i enter again the page after the validation the model (the bean) is correctly set. It seems that jsf keep ther view after the validation instead of restore the new view when I enter again the page. But only if the validation fails!
Anyone can help? Thanks Moreno

