Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.9m9, 1.1.0, 1.1.2-SNAPSHOT
-
None
-
None
-
All Tested (JBoss, Tomcat on Win 2000, and Win 2003). Code analysis identifies that this bug would occour on all environments.
Description
If the tomahawk selectOneRadio is used in a datatable (forceId = true, forceIdIndex = false) and required is true and no items are selected, then a validation error message will be added for every radio button in the data table. This message should only occour once for the set.
forceId = true and forceIdIndex = false identifies that all radio buttons with the same id are within the same group, and should be validated accordingly.