Simple Output, Using Activate, Page

Message

To Login

The traditional approach using pageBeginRender() is not the only approach. In JumpStart, we use a different convention: every page provides an activate() method and that is its entry point. The activate() method sets up the things on the page and then it asks Tapestry to make it active. It is analogous to a constructor. More about activate.