Foros de discusión

selectitem label is not showing in dropdown instead classdto is showing

srinvias p, modificado hace 7 años.

selectitem label is not showing in dropdown instead classdto is showing

New Member Mensajes: 23 Fecha de incorporación: 13/05/15 Mensajes recientes
Hi All,
I have a arraylist class which contains another arraylist of a class which extends javax.faces.model.SelectItem,

public SecondaryFreqList(String label, Object value,String sblPackageRef,String packageName) {
super();
this.label = label;
this.value = value;
this.sblPackageRef = sblPackageRef;
this.packageName=packageName;
}
i have set the label , values but the dropdown is showing as in the attachment but not the label ,
Please check this issue.

Archivos adjuntos: