Hello,

I found a problem with the struts validator. It seems that it is not
possible to use special characters (like german "Umlaute") in an
regular expression.. I tried this:

    <constant>
      <constant-name>name</constant-name>
      <constant-value>^[\-\'\`\�\.\ 
a-z��������������������A-Z��������������]+$</constant-value>
    </constant>

Hans Mueller evaluates, Hans M�ller doesn't. The RegExp is simple and
works with an external tester.

Even if I use the simpler regexp ^[a-z�A-Z]+$ "Hans M�ller" does not
evaluate. Is this some sort of encoding problem? I thought, http is
clearly designed for 8bit-use.

Can anybody explain this? Did I something wrong or is this a
struts-bug?


Regards,
Arne


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

Reply via email to