Re: Struts Validator and Nested Beans

2004-11-22 Thread Hubert Rabago
The Validator plug in can recognize fields names such as "employee.name", and that's the extent of my experience with it. Nested forms/tags allow you to go much deeper than that, and everytime I do, I choose to use my own validate() implementation instead of using Validator. On Mon, 22 Nov 2004 0

Struts Validator and Nested Beans

2004-11-22 Thread David McReynolds
I've not been able to find any examples so I was hoping someone may have tried this before. I am making copious use of nesting on my forms and I was wondering if this will prevent me from using the Struts validation framework? --dlm