Re: [S2] Single quote in package.properties

2007-02-27 Thread Eric Rank
ic Rank <[EMAIL PROTECTED]> 27/02/2007 19:32 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject [S2] Single quote in package.properties This should be an easy one. When putting a single quote in a package.properties resource bundle entry, by d

Re: [S2] Single quote in package.properties

2007-02-27 Thread abpicol
lease respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject [S2] Single quote in package.properties This should be an easy one. When putting a single quote in a package.properties resource bundle entry, by default, the quote get's removed and none

[S2] Single quote in package.properties

2007-02-27 Thread Eric Rank
This should be an easy one. When putting a single quote in a package.properties resource bundle entry, by default, the quote get's removed and none of the variables in the entry get loaded. 1. What's the best way to have an entry with a single quote? Using ' with works, but is this the o