Validation Complications - Validating only those fields displayed in the form, and not the rest of the object in use

2008-01-09 Thread Singulariter
Hi all, Quick Struts 2 validation question: Is it possible to validate only the fields displayed in a form, when the form's fields are part of a larger object that uses annotation validation? The problem is that I am using one object across many forms, each form contains some of the values for

Re: Validation Complications - Validating only those fields displayed in the form, and not the rest of the object in use

2008-01-09 Thread Singulariter
Great! I guess I'll be switching to XML validation or action specific validation. Thanks for the info :) George Laurie Harper wrote: Singulariter wrote: Hi all, Quick Struts 2 validation question: Is it possible to validate only the fields displayed in a form, when the form's