Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.8DR#1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:JSF 1.2
Description
In JSF 1.2_05+ there's a feature where components keep track of which attributes have been set, either from the setter method being called, or a ValueExpression having been set. This is used to limit which pass-through attributes are attempted to be rendered. It would be nice if we could make use of this feature, or if not, implement an equivalent solution.
Ran across a note to try using this feature for isRendered(), and potentially all getters, to avoid accessing the ValueBindings.