Got it
I change all the Patient Objects for a SelectItem Object in a for
for...
SelectItem si = new SelectItem(Integer.valueOf(
patient.getPatientId()),patient.getPatientDsc());
patients.set(i,si);
On 7/25/07, daniel ccss <[EMAIL PROTECTED]> wrote:
my mistake, an error on the arraylist name
Now i recived this:
javax.faces.FacesException: javax.servlet.ServletException: Collection
referenced by UISelectItems with binding
... does not contain Objects of type SelectItem
My arryaList have Objects of type Patient, and not SelectItem, which is my
error