Re: C:out and LazyValidatorActionForm

2004-09-16 Thread Niall Pemberton
ROTECTED]> Sent: Tuesday, September 14, 2004 8:56 PM Subject: RE: C:out and LazyValidatorActionForm > That's what I thought. > > I even tried LazyValidatorActionMap but that didn't seem to do it either... > > Ah well... > > -- > Sloan > > > -Origi

RE: C:out and LazyValidatorActionForm

2004-09-14 Thread Kris Schneider
an > > > -Original Message- > From: Kris Schneider [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 14, 2004 3:53 PM > To: Struts Users Mailing List > Subject: Re: C:out and LazyValidatorActionForm > > > It's not a DynaActionForm, so it

RE: C:out and LazyValidatorActionForm

2004-09-14 Thread Seaman, Sloan
That's what I thought. I even tried LazyValidatorActionMap but that didn't seem to do it either... Ah well... -- Sloan -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 3:53 PM To: Struts Users Mailing List Subject: Re:

Re: C:out and LazyValidatorActionForm

2004-09-14 Thread Kris Schneider
It's not a DynaActionForm, so it doesn't inherit the "map" property, and it doesn't appear to define one of its own: ActionForm ^ __|__ | | ValidatorForm DynaActionForm ("map" property defined here) ^ | BeanValidat