You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Gianluca Musella <gi...@bsc.it> on 2009/03/06 11:33:42 UTC

output entity in getText()

Hi all.

This line is in my Action myaction:

addFieldError("azienda", getText("error.azienda"));

This is in my myaction.properties:

error.azienda=&Egrave; necessario specificare il nome ed il cognome.

Output in html is:

&#200; necessario specificare lazienda di appartenenza.

How can I protect the &#200; to output the correct symbol?

Thank in advance.

Gianluca


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