Start Page
Demonstration of page flow design patterns. Please make a course booking:This page setting up the next page in the flow:
NextPage nextPage = (NextPage) getContext().createPage(NextPage.class);
nextPage.setCourseBooking(courseBooking);
setForward(nextPage);
Home
Intro Examples
General
Controls
Forms
Table
Panels & Trees
Ajax
Integration
Page Java
Page HTML