0
串的名單上有串的名單像這樣的託管bean:一個SelectItems在JSF
List<String> roleList = Arrays.asList("MANAGER", "ADMIN", "USER");
我想用它在selectOneMenu用於這樣的:
<f:selectItems itemLabel="#{userMB.roleList}" ....}"/>
</h:selectOneMenu>
價值和標籤都是一樣的
我必須做什麼?