RE: Using multiple validators on one jsp

2003-10-02 Thread Fenderbosch, Eric
ors.add("unknown query method", new ActionError("query_method.unknown")); } return errors; -Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 05:29 To: 'Struts Users Mailing List' Subject:

RE: Using multiple validators on one jsp

2003-10-01 Thread Brian McSweeney
it's possible. Cheers, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 01 October 2003 08:44 To: Struts Users Mailing List Subject: Re: Using multiple validators on one jsp Hi Brain, Though it is possible, I would advise you to use a button and call a f

Re: Using multiple validators on one jsp

2003-10-01 Thread Veerendra . Jote
List'" <[EMAIL PROTECTED]> cc: Subject:Using multiple validators on one jsp Hi all, Say I have a jsp that takes two input parameters - one is an email and the other is a credit card. However I have two submit buttons, so if you enter the email, it runs Ac

Using multiple validators on one jsp

2003-10-01 Thread Brian McSweeney
Hi all, Say I have a jsp that takes two input parameters - one is an email and the other is a credit card. However I have two submit buttons, so if you enter the email, it runs Action 1, and if you enter The credit card it runs Action 2. I want to use the validator to validate the parameters a