I\'m making a project to school in JSF and I have few problems with that.
First of all, the h:commandButton doesn\'t work properly when I want to redirect myself to
Don't give the () in your command button. In your bean method return some string and use navigation to move to another page.