I've had problems with this too.  That is why I added
minlength and maxlength validation routines so regular
expression wouldn't need to be used this way.

ORO could also be used if you write your own validator
using ORO instead of Jakarta Regexp.

David

--- Dave J Dandeneau <[EMAIL PROTECTED]> wrote:
> We are experiencing a problem where the regexp
> package that the
> validator uses fails for some expressions and causes
> the system to hang.
> I am definitly not the best with regular
> expressions, but the expression
> that fails is ^.{1,30}$. It is fine until you test
> against a string
> longer then two or so characters. Is it possible to
> use ORO instead of
> the regexp package when doing validation? 
> 
> Dave
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to