I have a JSF page that contains a tree shape tag that displays depending on some bean property. There are two buttons for the next and previous page. I want to skip the form check on the button that goes to the previous page.
I tried the following ways to disable validation:
This does not work. Why does navigation fail when I want to skip checking?
source
share