RE: Validate method going in infinite Loop

2003-07-10 Thread Nagendra Kumar O V S
---   From: Pankaj Borgaonkar Date: Thursday, July 10, 2003 12:45:24 PM To: Struts Users Mailing List; Nagendra Kumar O V S Subject: RE: Validate method going in infinite Loop   Thanks Nagendra   But on

RE: Validate method going in infinite Loop

2003-07-10 Thread Pankaj Borgaonkar
Pankaj -Original Message- From: Nagendra Kumar O V S [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 12:43 PM To: [EMAIL PROTECTED] Subject: Re: Validate method going in infinite Loop hi pankaj, ** this action mapping goes into a infinite loop , becos, if u find an

Re: Validate method going in infinite Loop

2003-07-10 Thread Nagendra Kumar O V S
age---   From: Struts Users Mailing List Date: Thursday, July 10, 2003 12:11:05 PM To: [EMAIL PROTECTED] Subject: Validate method going in infinite Loop  Hi All,I am validating email address enter

Validate method going in infinite Loop

2003-07-09 Thread Pankaj Borgaonkar
Hi All, I am validating email address entered by user, using in validate method of formBean. If the email address is invalid I am adding the errors. Struts Config entries: OR Second one is going into the loop and first one is not getting the values from da