Demonstration of page flow design patterns.   Please make a course booking:
$form

 

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