Hi, I have some checkboxes in rendered with t:selectManyCheckbox and nested t:selectItems. All work fine, but when the from is rendered I get the following message on console:
"SEVERE: Component javax.faces.component.UISelectItems is no ValueHolder, cannot set value." The message does not appear on form submit. Value attribute of t:selectManyCheckbox defines the selected checkboxes and the value attribute of t:selectItems all checkboxes. I don't set something regarding the t:selectItems value. What is the meaning of this message ? Thanks, Oliver

