Forums de discussion

selectitem label is not showing in dropdown instead classdto is showing

srinvias p, modifié il y a 7 années.

selectitem label is not showing in dropdown instead classdto is showing

New Member Publications: 23 Date d'inscription: 13/05/15 Publications récentes
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.

Pièces jointes: