%@ page language="java" contentType="text/html;charset=UTF-8"%>
Page Flow Samples
- basic
- A very simple page flow.
- Nested Page Flow
-
Demonstrates a simple nested page flow that returns data back to the original page
flow.
- Login
-
Demonstrates defining your own LoginHandler, as well as nested page flows and Page Flow
inheritance.