Anybody knows how to pass in a regExp containing [ and ] into Tapestry's pattern validator? I haven't found it out and created my own validator that accepts (for example) {a-zA-Z} and transforms that internally to [a-zA-Z].

Is there a way to do something like shit: <binding name="validators" value="validators=pattern=[a-zA-Z]"/>

My validator will accept: <binding name="validators" value="validators=pattern={a-zA-Z}"/> and will internally convert the pattern to [a-zA-z].

Thanks in advance
--


*Cumquat Information Technology*
De Dreef 19
3706 BR Zeist
T +31 (0)30 - 6940490
F +31 (0)10 - 6940499
http://www.cumquat.nl <http://www.cumquat.nl/>

[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
M +31 6 22 384 318


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

Reply via email to