Java Reference
In-Depth Information
A button of type af:commandButton gets added. The action property of the button
may be set with the Bind Action Property window, which is invoked by double-
clicking on a button. Set the action attribute to backing_create.cb2_action1 . The
find.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 title="find" id="d1">
<af:form id="f1">
<h1>
<font color="#5252ff">
Find a Catalog Entry
</font>
 
Search WWH ::




Custom Search