Re: [S2] Validation - globally define regex

2010-01-22 Thread mailtolouis2020-struts
Hi, Could someone tell me does struts2 support it? Regards LV From: "mailtolouis2020-str...@yahoo.com" To: Struts Users Mailing List Sent: Thu, January 21, 2010 12:24:13 PM Subject: [S2] Validation - globally define regex Hello, In struts 1, I

[S2] Validation - globally define regex

2010-01-21 Thread mailtolouis2020-struts
Hello, In struts 1, I can define the regex in one file like this alphaNumeric [A-Za-z0-9]* and use like this in mask ${alphaNumeric} Could anyone tell me how to achieve this in Struts 2 ? I've this in validation rule and I want to put the regex in another variable, I tried used tag, but