message will be here
- StatelessPage - a simple page without any state.
- SessionPage - a page without real wicket state, but it creates an http session.
- StatefullPage - a page with state (field based), you can click and increment a counter.
- JodaTimePage - a page with state (field based), you can click and enter the future.
- StatefullPage2 - a page with state (session based), you can click and increment a counter.
- ListLightPage - a page with state, showing a list of items for which their ids are stored in the session.