/* ==================================================================== * The Tmax soft License, Version 1.1 * * Copyright (c) 1997-2004 The Tmax software. * All rights reserved. * html code omitted for readability. /* ==================================================================== <%@ 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" %>