Foren

selectitem label is not showing in dropdown instead classdto is showing

srinvias p, geändert vor 7 Jahren.

selectitem label is not showing in dropdown instead classdto is showing

New Member Beiträge: 23 Beitrittsdatum: 13.05.15 Neueste Beiträge
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.