I have written a component that contains text fields that need to be validated when a page is submitted but I can't figure out how component validation hooks into Tapestry's validation framework. I can access my validation delegate in my page component but how can I get the validation delegate from my component?
Also, is there an easy way to get the individual error messages from the validation delegate? I want to put individual validation errors messages next to each field rather than have a single message at the top of the page and then ** beside each of the errored field. Thanks, Dave.