RE: problem with client-side validation and ValidatorActionForm

2002-11-07 Thread Jarnot Voytek Contr AU HQ/SC
: Wednesday, November 06, 2002 3:33 PM To: Struts Users Mailing List Subject: RE: problem with client-side validation and ValidatorActionForm I only want to validate when a specific action is performed (server-side) so I'm extending the ValidatorActionForm for my form which is why I'm using the action

RE: problem with client-side validation and ValidatorActionForm

2002-11-07 Thread Ryan Bell
Contr AU HQ/SC [mailto:Voytek.Jarnot;MAXWELL.AF.MIL] Sent: Thursday, November 07, 2002 5:23 AM To: 'Struts Users Mailing List' Subject: RE: problem with client-side validation and ValidatorActionForm Regardless of whether it's referenced by form-bean name or action path, wouldn't it only validate

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Pete Gieser
Is it necessary to have /validateContactInfo in validation.xml and your jsp? (I am doing client/server validation and leave out the / and it works fine) Pete -Original Message- From: Ryan Bell [mailto:ryan;messagecast.net] Sent: Wednesday, November 06, 2002 3:07 PM To: [EMAIL

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Ryan Bell
Message- From: Pete Gieser [mailto:pgieser;tampabay.rr.com] Sent: Wednesday, November 06, 2002 12:45 PM To: 'Struts Users Mailing List' Subject: RE: problem with client-side validation and ValidatorActionForm Is it necessary to have /validateContactInfo in validation.xml and your jsp? (I am

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Pete Gieser
I misread your configurations. Upon further review, it looks like you are putting the action instead of the form name in your validation and jsp form name property. i.e., you should have formset form name=contactInfoForm field property=companyName depends=required arg0

RE: problem with client-side validation and ValidatorActionForm

2002-11-06 Thread Ryan Bell
with the actionmapping path. -Original Message- From: Pete Gieser [mailto:pgieser;tampabay.rr.com] Sent: Wednesday, November 06, 2002 1:07 PM To: 'Struts Users Mailing List' Subject: RE: problem with client-side validation and ValidatorActionForm I misread your configurations. Upon further review