I’ve username and password bound to the backing managed bean.
In the backing bean, when I check the username and password with DB, I want to redirect the page from login.xhtml to home.xhtml. How can I do that?
I’ve username and password bound to the backing managed bean. In the backing bean,
Share
Just return the view ID appended with
faces-redirect=trueparameter.E.g.