Re: Nested Bean Validation

2005-07-18 Thread Van
On 7/18/05, Scott Purcell <[EMAIL PROTECTED]> wrote: > So my question is as follows: > When using struts, is a nested bean common? And if so, how do you validate > just one bean from the parent? > > eg: Lets say that the bean lets call it "checkout" and inside it has the > users shipping informa

Nested Bean Validation

2005-07-18 Thread Scott Purcell
Hello, I would like some input into the following situation. I am diagraming a bean that will hold data for a checkout. Basically it will be a bean that will hold user_information, shipping_information, etc. So in effect the bean will hold other beans. So my question is as follows: When using