Vous êtes sur la page 1sur 1

Page2.

jspx
<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http:/
/java.sun.com/jsf/core"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<f:view beforePhase="#{Page2_MainChild1.beforePageLoad}">
<af:document title="Page2" id="d1">
<af:form id="f1">
<af:inputText label="Label 1" id="it1" binding="#{Page2.inputBox
Value}" autoSubmit="true"/>
<af:outputText value="outputText1" id="ot1" binding="#{Page2.out
putValue}" partialTriggers="it1"/>
<af:button text="button 1" id="b1" binding="#{Page2.buttonPresse
d}"
actionListener="#{Page2.ButtonPressedforValueChange}"
/>
</af:form>
</af:document>
</f:view>
</jsp:root>

Vous aimerez peut-être aussi