-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8, 6.0
-
Fix Version/s: 5.8.0-HF34, 6.0-HF08, 7.2
-
Component/s: Layouts & Widgets
-
Tags:
-
Sprint:nxNag Sprint 7.1-4
The list validation is performed too late according to JSF phases behaviour.
This is due to the fact that sub components should already have submitted their values for the list validation to be possible => instead of delaying the list validation, let's perform sub components "update model" phase earlier, during the "process validations" phase.