]> git.mxchange.org Git - addressbook-war.git/blob - web/WEB-INF/templates/generic/profile_mode_selection_box.tpl
Continued generally:
[addressbook-war.git] / web / WEB-INF / templates / generic / profile_mode_selection_box.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:f="http://java.sun.com/jsf/core"
5         xmlns:h="http://java.sun.com/jsf/html"
6         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
7
8         <h:selectOneMenu styleClass="select" id="profileMode" value="#{userController.userProfileMode}">
9                 <f:selectItems value="#{profileModeController.allProfileModes}" var="mode" itemValue="#{mode}" itemLabel="#{msg[mode.messageKey]}" />
10         </h:selectOneMenu>
11 </ui:composition>