Click Start Page

Version 1.5

Hosted by Avoka Technologies
 
Demonstration of page flow design patterns.   Please make a course booking:
*
*
Calendar
*
 

 

This page setting up the next page in the flow:
NextPage nextPage = (NextPage) getContext().createPage(NextPage.class);
nextPage.setCourseBooking(courseBooking);
   
setForward(nextPage);