<%@ include file="../../upper.jsp" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<h:selectOneListbox id="products" value="#{productBean.currentProduct}">...
<h:selectOneMenu id="selectProduct" value="#{productBean.currentProduct}">...
UIPanel
UIColumn and UIData
<%@ include file="../../footer.html" %>