@version $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/uinode/bind/ClientIdBoundValue.java#0 $) $Date: 10-nov-2005.18:49:31 $ @author The Oracle ADF Faces Team
108109110111112113114115116
// Show the ID _only_ if the componentId is explicitly set, // or the component always wants IDs boolean alwaysRenderId = _ALWAYS_RENDER_ID.contains(component.getFamily()); _node.setAttributeValue( UIConstants.ID_ATTR, new ClientIdBoundValue(component, !alwaysRenderId)); }