README-CUSTOM-COMPONENT-CONTROLLERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Tapestry knows to look here for controllers of components because jumpstart.max.web.components 
is specified as the components base package in jumpstart-max.application in WEB-INF.

Border.java		- is mostly listeners for the tabs and links in the Border page.

DateMidnightPicker.java	- is quite complex, writing html and dealing with a script that pops up 
						  the picker.  It is based on Tapestry's existing DatePicker, adapting it
						  for joda-time's DateMidnight class.
						  
InsertDateTime	- renders (ie. writes on the fly) the html for various types of date and time 
				  objects including the joda-time classes.

Next
~~~~

You've finished.  For further information visit the Orientation, Tips, and Troubleshooting	links at 
	
	http://files.doublenegative.com.au/jumpstart
