Re: Re:How can I make a validation !

2001-06-20 Thread Piroumian, Konstantin
correct, cause I didn't test it myself. Regards, Konstantin Piroumian - Original Message - From: Gustavo Mejia To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 1:52 AM Subject: Re:How can I make a validation ! Hi everyone, I got it, the problem was when I tried to compare

Re:How can I make a validation !

2001-06-19 Thread Gustavo Mejia
Hi everyone, I got it, the problem was when I tried to compare with null, I don't know why Cocoon doesn't recongnize the condition if (Test !=null), could this be a bug ?, in other to make it works I change to: xsp:logic> String Test; Test = request.getParameter("EMP_DEP"); if (Test.length()