You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Pfau, Oliver" <ol...@siemens.com> on 2007/03/19 16:42:50 UTC

Severe warning on console with UISelectItems

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


Re: Severe warning on console with UISelectItems

Posted by Mike Kienenberger <mk...@gmail.com>.
Nothing comes to mind.

Can you post the relevent page code and backing bean method signatures
(implementation not needed)?

On 3/19/07, Pfau, Oliver <ol...@siemens.com> wrote:
> 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
>
>