Nested Beans and Validation

2005-07-09 Thread Scott Purcell
Hello, I have been using struts for a bit now, and I am trying to see if the following situation is possible. In a merchant checkout situation, I would like to be able to create a bean that has nested beans inside. Eg: This will be a shopping cart checkout, and I have the need for an overall b

nested beans and validation?

2004-05-06 Thread Simon Pett
Hi I have a subclass of DynaValidatorForm with nested Forms, some in a list others just singular This works ok however I want to sort the validation out. After searching the list the only solution I have found is to add each nested form's validation to the top level form in the valida