Re: Escaping variable declaration/resolution in properties files

2010-01-18 Thread Joseph Pachod
kirillkh wrote: VariableInterpolator.java says: "$" is the escape char. Thus "$${text}" can be used to escape it (ignore interpretation). Thanks a lot, it works fine. -- Joseph Pachod IT THOMAS DAILY GmbH Adlerstraße 19 79098 Freiburg Deutschland T + 49 761 3 85 59 310 F + 49 761 3 85 59

Re: Escaping variable declaration/resolution in properties files

2010-01-18 Thread kirillkh
VariableInterpolator.java says: "$" is the escape char. Thus "$${text}" can be used to escape it (ignore interpretation). On Mon, Jan 18, 2010 at 10:46 AM, Joseph Pachod wrote: > Hi > > I would like to add some text containing ${variable} in a XML properties > file, for an error message. This te

Escaping variable declaration/resolution in properties files

2010-01-18 Thread Joseph Pachod
Hi I would like to add some text containing ${variable} in a XML properties file, for an error message. This text of a variable declaration should be rendered as it is. However, wicket always tries to resolve this variable, and thus I get this exception : WicketMessage: Exception 'java.lang.