double the apostrophe. I just ran into this problem (a few hours ago), and found this workaround. It seems to be a normal behaviour of the java properties API. ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 2:52 PM Subject: Apostrophes in ApplicationResources.properties
> I tried to setup this message in ApplicationResources.properties: > > help.whatsThis=What's This? > > But the apostrophe does not appear when I retrieve this message in my JSP. > Any ideas on how to make the apostrophe appear? I tried What\'s > What/'s and What"'"s , but no luck. > > -curt > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

