You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Zsolt Koppany <zk...@intland.com> on 2004/03/01 14:29:52 UTC

validation.xml with German Characters (sauch as ü)

Hi,

I want to use German Characters in validation.xml but when I use the
expression below I get an error message attached to the end of this email:

<constant>
        <constant-name>username</constant-name>
        <constant-value>^[a-zA-Z0-9][a-zA-Z0-9@_.&uuml;]+$</constant-value>
</constant>

Error message:
Reference to undefined entity "&uuml;".
org.xml.sax.SAXParseException: Reference to undefined entity "&uuml;".

How can I use German Characters?

Zsolt




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


RE: validation.xml with German Characters (sauch as ü)

Posted by Zsolt Koppany <zk...@intland.com>.
I tried that but it didn't help either.

it is strange because I can use the following expression does work:

<constant>
        <constant-name>filename</constant-name>
        <constant-value>^[^\\/:*?&quot;&lt;&gt;|]+$</constant-value>
</constant>

Zsolt

> -----Original Message-----
> From: Theodosios Paschalidis [mailto:theopa7@hotmail.com]
> Sent: Monday, March 01, 2004 3:09 PM
> To: Struts Users Mailing List
> Subject: Re: validation.xml with German Characters (sauch as &uuml;)
>
>
> Hi guys,
>
> I had similar issues with Greek. Certain regular expressions that were
> supposed to work with Unicode characters, actually didn't.
> A Struts fellow suggested changing the xml's encoding to UTF-8 as follows
> <?xml version="1.0" encoding="UTF-8" ?>
>
> I was then able to insert Greek characters directly, so it should
> work with
> German also.
>
> Hope that helps,
> Theo
>
> ----- Original Message -----
> From: "Axel Gross" <ka...@iaeste.at>
> To: "Struts Users Mailing List" <st...@jakarta.apache.org>
> Sent: Monday, March 01, 2004 1:47 PM
> Subject: Re: validation.xml with German Characters (sauch as &uuml;)
>
>
> > Moin zsolt!
> >
> > hi didn't do this before, so i'm not to sure about it.
> > looks like your current problem is a xml related one
> >
> > import the namespace of html, or define the entity by yourself
> > (should be something on selfhtml.teamone.de about it...)
> >
> > if it works with the validator, i don't know
> >
> > besides...
> > if anybody knows, if struts uses internationalisation on the
> validition.xml,
> > i'd be glad to know :)))
> >
> > lg,
> > Axel
> >
> > On 2004-03-01 at 14:29:52 +0100, Zsolt Koppany wrote:
> > > Hi,
> > >
> > > I want to use German Characters in validation.xml but when I use the
> > > expression below I get an error message attached to the end of this
> email:
> > >
> > > <constant>
> > >         <constant-name>username</constant-name>
> > >
> <constant-value>^[a-zA-Z0-9][a-zA-Z0-9@_.&uuml;]+$</constant-value>
> > > </constant>
> > >
> > > Error message:
> > > Reference to undefined entity "&uuml;".
> > > org.xml.sax.SAXParseException: Reference to undefined entity "&uuml;".
> > >
> > > How can I use German Characters?
> > >
> > > Zsolt
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: validation.xml with German Characters (sauch as ü)

Posted by Theodosios Paschalidis <th...@hotmail.com>.
Hi guys,

I had similar issues with Greek. Certain regular expressions that were
supposed to work with Unicode characters, actually didn't.
A Struts fellow suggested changing the xml's encoding to UTF-8 as follows
<?xml version="1.0" encoding="UTF-8" ?>

I was then able to insert Greek characters directly, so it should work with
German also.

Hope that helps,
Theo

----- Original Message ----- 
From: "Axel Gross" <ka...@iaeste.at>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Monday, March 01, 2004 1:47 PM
Subject: Re: validation.xml with German Characters (sauch as &uuml;)


> Moin zsolt!
>
> hi didn't do this before, so i'm not to sure about it.
> looks like your current problem is a xml related one
>
> import the namespace of html, or define the entity by yourself
> (should be something on selfhtml.teamone.de about it...)
>
> if it works with the validator, i don't know
>
> besides...
> if anybody knows, if struts uses internationalisation on the
validition.xml,
> i'd be glad to know :)))
>
> lg,
> Axel
>
> On 2004-03-01 at 14:29:52 +0100, Zsolt Koppany wrote:
> > Hi,
> >
> > I want to use German Characters in validation.xml but when I use the
> > expression below I get an error message attached to the end of this
email:
> >
> > <constant>
> >         <constant-name>username</constant-name>
> >
<constant-value>^[a-zA-Z0-9][a-zA-Z0-9@_.&uuml;]+$</constant-value>
> > </constant>
> >
> > Error message:
> > Reference to undefined entity "&uuml;".
> > org.xml.sax.SAXParseException: Reference to undefined entity "&uuml;".
> >
> > How can I use German Characters?
> >
> > Zsolt
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: struts-user-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: validation.xml with German Characters (sauch as ü)

Posted by Axel Gross <ka...@iaeste.at>.
Moin zsolt!

hi didn't do this before, so i'm not to sure about it.
looks like your current problem is a xml related one

import the namespace of html, or define the entity by yourself
(should be something on selfhtml.teamone.de about it...)

if it works with the validator, i don't know

besides...
if anybody knows, if struts uses internationalisation on the validition.xml,
i'd be glad to know :)))

lg,
Axel

On 2004-03-01 at 14:29:52 +0100, Zsolt Koppany wrote:
> Hi,
> 
> I want to use German Characters in validation.xml but when I use the
> expression below I get an error message attached to the end of this email:
> 
> <constant>
>         <constant-name>username</constant-name>
>         <constant-value>^[a-zA-Z0-9][a-zA-Z0-9@_.&uuml;]+$</constant-value>
> </constant>
> 
> Error message:
> Reference to undefined entity "&uuml;".
> org.xml.sax.SAXParseException: Reference to undefined entity "&uuml;".
> 
> How can I use German Characters?
> 
> Zsolt
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org