I have p:wizardwith some tabs. On the first tab, the user selects a value (t :selectOneRadio- I use Tomahawk). This is a necessary value.
If the user does not select a value, he will not go to the next tab, but a verification error will not be displayed. Hm.
If the user selects a value, goes to the next tab, returns to the first tab and selects another value, it will behave as if this time the value were not selected. (There is no validation error, but the second tab cannot be called).
And even worse: the user selects a value on the first tab, goes to the second tab, tries to call an action from there ... a verification message appears; it acts as if no value was selected in the first tab.
Is there any explanation for this?
UPDATE
The solution suggested on the PrimeFaces forum worked for me. (Adding a process = "@this" to commandButton.)
source
share