|
||||||
|
|
||||||
|
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);
|
||||||