You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Stanley Tan <st...@crosswinds.net> on 2001/04/13 10:23:03 UTC

Apostrophe is Resource File

How do I include an apostrophe (') in a resource file (eg 
ApplicationResources.properties).  I have:

index.title=Sammy's

But when I access it in the JSP page, it comes out "Sammys".

What am I missing?  Your help is greatly appreciated.

Stanley Tan


Re: Apostrophe is Resource File

Posted by Jean-Noel Ribette <je...@improve.fr>.
Try with two apostrophes:
index.title=Sammy''s

Jean-Noël

----- Original Message -----
From: Stanley Tan <st...@crosswinds.net>
To: <st...@jakarta.apache.org>
Sent: Friday, April 13, 2001 10:23 AM
Subject: Apostrophe is Resource File


> How do I include an apostrophe (') in a resource file (eg
> ApplicationResources.properties).  I have:
>
> index.title=Sammy's
>
> But when I access it in the JSP page, it comes out "Sammys".
>
> What am I missing?  Your help is greatly appreciated.
>
> Stanley Tan
>
>