Re: Problem in the code...

1999-08-24 Thread Jim Conning
Oliver, instead of: if( Password1 != Password2 ) don't you want: if ( ! Password1.equals (Password2)) Jim Oliver Kaljuvee wrote: > Hi Everybody, > > I am testing out a simple form that takes four values. The starting > page is called test.jsp, which has an action to process.jsp (t

Re: Problem in the code...

1999-08-24 Thread Robert Voysey
"Oliver Kaljuvee" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Robert Voysey/Inv/MetLife/US) Subject: Problem in the code... Hi Everybody, I am testing out a simple form that takes four values. The starting page is called test.jsp, which has an action to process.jsp (t

Problem in the code...

1999-08-24 Thread Oliver Kaljuvee
Hi Everybody, I am testing out a simple form that takes four values.  The starting page is called test.jsp, which has an action to process.jsp (the code below). The insertion to the database works fine, however, the code has a flaw when checking for the passwords; it always considers the password