Model Glue Bean, and multi page form demo app
I've bean(bad pun I know) playing around with makeEventBean in Model Glue.
I was going to do a write up about it, but decided that that took up too much time as it also covered a multi-page form.
So instead what i've created is a small MG app that demonstrates my interpretation of how to use beans with forms which span over multiple pages.
If there is a better way please leave a comment or email me at the address left in the readme.txt file.
In your controller's validatePage2(), you assume that the session.formBean has already been initialized (which it would if someone correctly filled out page 1). But it may throw an exception if someone let the session expire before they submitted page 2. You may want to add an additional function or two to manage formBean.
Other than that minor issue, this was really helpful. Thanks for posting this code. :-)
Dan