/* ==================================================================== * 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" %> <%@ page contentType="text/html; charset=euc-kr"%>
<h:inputText id="product" value="JEUS" />

<h:inputSecret value="credential" />

<h:inputTextarea id="textArea" rows="4" cols="7" value="Java Enterprise User Solution. JEUS"/>

<%@ include file="../../footer.html" %>