RE: ClientSide Validation Javascript Password field

2002-11-12 Thread Chen, Gin
Tim -Original Message- From: Mark Ayad [mailto:mark@;javamark.com] Sent: Tuesday, November 12, 2002 8:22 PM To: Struts Users Mailing List Subject: Re: ClientSide Validation Javascript Password field However if you have a min of 10 and a max of 15 then you ensure a key of length 10

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
ust a moving target is it not ? > > Mark > > - Original Message - > From: "Karr, David" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, November 13, 2002 1:56 AM > Subject: RE: ClientSide Validat

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
David" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 1:56 AM Subject: RE: ClientSide Validation Javascript Password field You don't do any formatting validation when they are attempting to authenticate, onl

RE: ClientSide Validation Javascript Password field

2002-11-12 Thread Karr, David
yad [mailto:mark@;javamark.com] > Sent: Tuesday, November 12, 2002 4:56 PM > To: Struts Users Mailing List > Subject: Re: ClientSide Validation Javascript Password field > > > Martin > > That being said then the serverside validation shows you what > the clientside > doesn&#x

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
to enforce it ? Mark - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 1:34 AM Subject: Re: ClientSide Validation Javascript Password field > > &g

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
ROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 1:34 AM Subject: Re: ClientSide Validation Javascript Password field > > > On Wed, 13 Nov 2002, Mark Ayad wrote: > > > Well is that expected behaviour is logical ?? >

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Martin Cooper
tion ? > > Mark > > - Original Message - > From: "Martin Cooper" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, November 13, 2002 1:25 AM > Subject: Re: ClientSide Validation Javascr

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
L PROTECTED]> Sent: Wednesday, November 13, 2002 1:25 AM Subject: Re: ClientSide Validation Javascript Password field > > > On Wed, 13 Nov 2002, Mark Ayad wrote: > > > I've noticed that the alertbox for clientside validation of a simple usename / password **never** shows aler

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Martin Cooper
On Wed, 13 Nov 2002, Mark Ayad wrote: > I've noticed that the alertbox for clientside validation of a simple usename / >password **never** shows alers for the password field. > > Is this a known issue, or expected behaviour ? It's expected behaviour. See: http://issues.apache.org/bugzilla/sho

RE: ClientSide Validation Javascript Password field

2002-11-12 Thread Karr, David
I suggest you submit a bug report for this, and attach your patch to the report. > -Original Message- > From: Mark Ayad [mailto:mark@;javamark.com] > Sent: Tuesday, November 12, 2002 4:08 PM > To: Struts Users Mailing List > Subject: Re: ClientSide Validation Javascript

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
l Message - > From: "Mark Ayad" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, November 13, 2002 12:49 AM > Subject: ClientSide Validation Javascript Password field > > > I've noticed that t

Re: ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
; <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 12:49 AM Subject: ClientSide Validation Javascript Password field I've noticed that the alertbox for clientside validation of a simple usename / password **never** shows alers for the password field. Is this a known issue, or expected b

ClientSide Validation Javascript Password field

2002-11-12 Thread Mark Ayad
I've noticed that the alertbox for clientside validation of a simple usename / password **never** shows alers for the password field. Is this a known issue, or expected behaviour ? Mark