You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Matteo Di Giovinazzo <ma...@infinito.it> on 2001/06/19 15:46:41 UTC

apostrophe in an application resource properties file does disappear in the JSP file compiled!!!!!!!!!!!

For example in the struts-blank.jar in the ApplicationResource.properties
there is a key with a value that contains an apostrophe (0x27 ASCII Code):

    index.message=[...]Place it in your container's "webapp" folder[...]


In the JSP file that call

    <bean:message key="index.message"/>

the apostrophe disappear!! IS THIS A BUG???


Matteo Di Giovinazzo