]> git.mxchange.org Git - jjobs-war.git/blob - web/WEB-INF/templates/input_fields/mobile_input_fields.tpl
MOJARRA - Please cherry-pick:
[jjobs-war.git] / web / WEB-INF / templates / input_fields / mobile_input_fields.tpl
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <ui:composition
3         xmlns="http://www.w3.org/1999/xhtml"
4         xmlns:generic="http://mxchange.org/jsf/core"
5         xmlns:f="http://java.sun.com/jsf/core"
6         xmlns:h="http://java.sun.com/jsf/html"
7         xmlns:ui="http://xmlns.jcp.org/jsf/facelets">
8
9         <generic:outputMessageBox message="#{msg.ERROR_PARAMETER_TARGET_CONTROLLER_NOT_SET}" styleClass="errors" rendered="#{empty targetController}" />
10
11         <ui:fragment rendered="#{not empty targetController}">
12                 <ui:include src="/WEB-INF/templates/selection_boxes/mobile_selection_box.tpl">
13                         <ui:param name="targetController" value="#{targetController}" />
14                 </ui:include>
15         </ui:fragment>
16 </ui:composition>