Re: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Niall Pemberton
l Message- From: Al Sutton [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 12:24 To: 'Struts Users Mailing List' Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts You know theres something about requests like this coming from hcl.in who desc

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Raghupathy, Gurumoorthy
-Original Message- From: Al Sutton [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 12:56 To: 'Struts Users Mailing List' Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts I'm a firm beleiver in your RTFM answer. You seem to think I wa

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Al Sutton
p. Al. -Original Message- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: 05 June 2007 12:48 To: Struts Users Mailing List Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts May be he is just a trainee learning java / struts / MVC ..

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Raghupathy, Gurumoorthy
7 12:24 To: 'Struts Users Mailing List' Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts You know theres something about requests like this coming from hcl.in who describe themselves as "Indias leading IT & Technology Com

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Al Sutton
:08 To: Struts Users Mailing List Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts Thanks guru I will come back to you after trying this snippet -Original Message- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Srinivasula Reddy A , Bangalore
rs Mailing List Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts Yaa I know but I need some sample exact steps -Original Message- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 4:13 PM To: Struts Users Mai

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Raghupathy, Gurumoorthy
ling List Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts Yaa I know but I need some sample exact steps -Original Message- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 4:13 PM To: Struts Users Mailing List

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Srinivasula Reddy A , Bangalore
Yaa I know but I need some sample exact steps -Original Message- From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 05, 2007 4:13 PM To: Struts Users Mailing List Subject: RE: How To Lock User Account If he Failed to give Correct Password in three attempts Store

RE: How To Lock User Account If he Failed to give Correct Password in three attempts

2007-06-05 Thread Raghupathy, Gurumoorthy
Store the count in the session using appropriate name Once that is above the limit then write the code to lock it ... . One suggestion though . All business logic code in single action That is not a good design ... Cant you make your business objects more layered ? Regards Guru