Demonstrates the combination of a number of effects. Uses back/forward functionality on form to enable doing smart actions when the user clicks the back/forward buttons on their web browser.
The first form demonstrates client side validation. Clicking select with no text input will show how it works. The validation text is rendered over the field in error, also performing a highlight effect on the field in error so the user can more quickly discern the source of error.
Once you start typing into the field in error the validation text will slowly fade away, assuming that you don't need to see the error anymore because you are fixing it.
The new DatePicker component is shown on the second form (after choosing a country). Integrated from the dojo project.
The second form has an example of tapestrys ValidationDelegate rendering being dynamically updated on form submission.