README-WELCOME-PAGE-CONTROLLER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Tapestry displays the WelcomePage using

	jumpstart.max.web.pages.login.WelcomePage.class as the controller, and
	pages/login/WelcomePage.html as the template for the view.

The java does nothing because there's nothing to do.  All the page does is display a bit of text, inside a Border component.  

The only interesting functionality is in the Border component, because it provides a navigation bar.

Next
~~~~

README-WELCOME-PAGE-VIEW.  In Eclipse you can find it easily with Ctrl-Shift-R (or Cmd-Shift-R on the Mac).
