beehive/netui/test/webapps/jsf/web/restorePreviousBackingBean/page2.jsp

21 lines
581 B
Plaintext
Raw Normal View History

<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@ taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<html>
<head>
</head>
<body>
<f:view>
<h:form>
<h:commandLink action="goPrev" value="go to page 1, using navigateTo (backing bean is restored)" />
<br/>
<h:commandLink action="begin" value="go to page 1, using a path (backing bean is not restored)" />
</h:form>
</f:view>
</body>
</html>