Hi,
I have form with some required inputs for assignment. Part of form is also web grid with pagination possibility. If required inputs are empty then pagination doesn't work. If I fill required inputs (generally in edititation) then web grid's pagination works well.
Please, is it bug or is it my fault? How can I solve it.
Thank you,
Anect
Hi, Anect!
It is neither a bug, nor your fault. The described behaviour is correct according to the JSF specification as it says that if validation fails (in this case required fields are left empty) the page must not change it's state.
Regards!
one solution is to divide form's part and web grid into two separated form tags.