Java Reference
In-Depth Information
Specify the action methods for the Command Link s with the action attribute.
The navigation for the JSF pages is specified in the faces-config.xml . The index.
jsp JSF page is listed below.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=windows-1252"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://xmlns.oracle.com/adf/faces/rich" prefix="af"%>
<f:view>
<af:document id="d1">
<af:form id="f1">
<h1>
<font color="#3173ff">
JSF UIs for EJB 3.0
</font>
 
Search WWH ::




Custom Search