Thanks but I don't want to do that because if validation fails for both cases
(regular expression and length vaildator) then two error messages will be
displayed and I just want to have a single error message (e.g. "Email
address must be of the form ... and between 1 and x characters long.")


 - Dave


Richard Yee-3 wrote:
> 
> Use a separate validator for length
> 
> Richard
> 
> Sent from my iPhone
> 
> On Feb 26, 2010, at 9:29 AM, laredotornado <laredotorn...@gmail.com>  
> wrote:
> 
>>
>> Hi,
>>
>> I'm using MyFaces 1.1.5 and Tomahawk 1.1.7.  I am using a regexp to  
>> validate
>> a text field and I was wondering how do I rewrite/add to it to  
>> indicate that
>> the total amount of characters should be between 1 and 320?  Here is  
>> what I
>> have now ...
>>
>> <t:validateRegExpr
>> pattern="[\w\-\+\&\*]+(?:\.[\w\-\_\+\&\*]+)*@(?:[\w-]+\.)+[a-zA-Z] 
>> {2,7}$" />
>>
>> Thanks for any feedback, - Dave
>> -- 
>> View this message in context:
>> http://old.nabble.com/Help-with-regular-expression-tp27721131p27721131.html
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Help-with-regular-expression-tp27721131p27761087.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to