I need to conditionally set an attribute within JSF component tags based on a boolean's value from backing bean. How should I go for it ?
If the boolean is true then the attribute should be added/specified within the component tags or if boolean is false then that attribute shouldn't be set for that component.