Re: Struts2 regex validation question

2008-05-02 Thread Laurie Harper
Pranav wrote: Hi, I want to put a validation in struts2 using field-validator type="regex" such that any string which contains any of the <, > or any of the alternative representation like < should return a validation failure message. How do I do that?. I believe that if I give a pattern to r

Struts2 regex validation question

2008-05-02 Thread Pranav
Hi, I want to put a validation in struts2 using field-validator type="regex" such that any string which contains any of the <, > or any of the alternative representation like < should return a validation failure message. How do I do that?. I believe that if I give a pattern to regex, it shows e