On 1/28/07, Ted Steen <[EMAIL PROTECTED]> wrote:
It is really nice to be able to do input validation declarative for the simple, and most common case, and in onValidate() programmatically perform the more complex validation.
And that is the intention! Also, the ability to just ask the Form to record errors simplifies the code signficantly. You almost never need to think about the ValidationTracker object (which is a persistent field of the Form component). -- Howard M. Lewis Ship TWD Consulting, Inc. Independent J2EE / Open-Source Java Consultant Creator and PMC Chair, Apache Tapestry Creator, Apache HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
