I'll make that section more clear. Chuck > It is the value of the path attribute in the action element in the > struts-config.xml file. > > If you look at the DynaValidatorActionForm source you will see the following > in the validate(). > > Validator validator = StrutsValidatorUtil.initValidator(mapping.getPath(), > this, > application, > request, > errors, page); > > > robert > > > -----Original Message----- > > From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] > > Sent: Monday, July 22, 2002 12:14 PM > > To: '[EMAIL PROTECTED]' > > Subject: DynaValidatorActionForms > > > > > > I've changed over to using DynaValidatorActionForm for my <form-bean> > > definitions. When I did so my validator routines quit working. > > Looking over > > Chuck's chapter on Validator where he discusses the class > > hierarchy, he says > > that if you use DynaValidatorActionForm, <quote> the Validator > > will use the > > action's name to look up the validation rules </quote>. Is this the path > > name in my action-mapping? > > > > TIA > > > > Jerry Jalenak > > Development Manager, Web Publishing > > LabOne, Inc. > > > > This transmission (and any information attached to it) may be > > confidential and is intended solely for the use of the individual > > or entity to which it is addressed. If you are not the intended > > recipient or the person responsible for delivering the > > transmission to the intended recipient, be advised that you have > > received this transmission in error and that any use, > > dissemination, forwarding, printing, or copying of this > > information is strictly prohibited. If you have received this > > transmission in error, please immediately notify LabOne at (800)388-4675. > > > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> >
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

