I want to leverage the validation support via XML file and my actions are POJOs that do not extend ActionSupport. How do I determine from within my action if the validation failed? My POJO actions have specific method names that are being requested via wildcard mappings and therefore may not contain framework methods such as execute() or input().
Thanks, -- Scott [EMAIL PROTECTED]