05/10/13 15:09:27
ソースが
<%@page contentType="text/html; charset=Shift_JIS"%>
<%@taglib uri="URLリンク(java.sun.com)" prefix="f"%>
<%@taglib uri="URLリンク(java.sun.com)" prefix="h"%>
<html>
<head>
<title>jsfsample1</title>
</head>
<body bgcolor="#ffffff">
<h1>JSF sample</h1>
<f:view>
<h:form>
<h:outputText value="Welcome to JavaServer Pages." />
<br/>
<h:inputText />
<h:commandButton value="click"/>
</h:form>
</f:view>
</body>
</html>
こんな感じです・・・