I have a page jsf, with some buttons with partialSubmit property set to true.
In this page I have drop few TaskFlow as Region. This region could have mandatory fields.
I have detected this issue:
When the user click in a button which is in the page (not into region), validation is propagated into region, then It fires validation error in fields that are required.
How can I solve this?
jdeveloper 12c (12.1.3)