掲示板

selectitem label is not showing in dropdown instead classdto is showing

7年前 に srinvias p によって更新されました。

selectitem label is not showing in dropdown instead classdto is showing

New Member 投稿: 23 参加年月日: 15/05/13 最新の投稿
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.

添付ファイル: