Mike Duffy wrote:
I am trying to create a value binding for a <f:selectItems/> tag.  The object 
reference is
definitely a collection of SelectItem objects (I've even tried it with an 
array).

However, I am getting an error that tells me the object reference does not 
contain SelectItem
objects.  The error message state, "but of type : 
Ljavax.faces.model.SelectItem;".

What does the "Ljavax" reference mean?


[Ljavax.faces.model.SelectItem; means an array of SelectItem objects..


Mvgr,
Martin

Reply via email to