On 7/19/05, Scott Purcell <[EMAIL PROTECTED]> wrote:
> I dug myself into a corner last night and cannot assemble a viable solution.
> 
> I created a bean (usercheckout) which holds two nested beans (Shipping), and 
> (Billing). Basically I have the user fill out a shipping form, then they fill 
> out a Billing form. The problem is, when I am trying to validate the data, 
> since both are called "usercheckout" I can either validate one but not the 
> other.

I don't remember the syntax since I do not use validator, but you can
use mapping name instead of form name to distinguish between validated
objects.

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to