測試資料
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8' ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:h="http://xmlns.jcp.org/jsf/html" | |
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | |
<h:head> | |
<title>Facelet Title</title> | |
</h:head> | |
<h:body> | |
<h:form> | |
<h:panelGrid columns="2"> | |
Name <h:inputText value="#{flash.keep.name}" /> | |
Tel: <h:inputText value="#{flash.keep.tel}" /> | |
</h:panelGrid> | |
<h:commandButton value="Back" action="index?faces-redirect=true" /> | |
</h:form> | |
</h:body> | |
</html> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='UTF-8' ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" | |
xmlns:h="http://xmlns.jcp.org/jsf/html" | |
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | |
<h:head> | |
<title>Facelet Title</title> | |
</h:head> | |
<h:body> | |
<h:form> | |
<ui:debug hotkey="x" /> | |
<h:panelGrid columns="2"> | |
Name <h:inputText value="#{flash.name}" /> | |
Tel: <h:inputText value="#{flash.tel}" /> | |
</h:panelGrid> | |
<h:commandButton value="Submit" action="confirm?faces-redirect=true" /> | |
</h:form> | |
</h:body> | |
</html> | |
References:
[1] ui:debug
[2] Flash class
沒有留言:
張貼留言