Re: bean:message jsp tag & escaping parameter replacement

2005-10-10 Thread Jon Barber
Niall Pemberton wrote: > >However, in the current release of Struts (1.2.7) you can achieve the same >by overriding the escape() method and in your custom MessageResources >implementation: > > protected String escape(String string) { >return string; >} > >That way your '{' blah '}'

Re: bean:message jsp tag & escaping parameter replacement

2005-10-10 Thread Niall Pemberton
From: "Jon Barber" <[EMAIL PROTECTED]> > We want to store CSS as message resources as we white label our site for > different partners. The white labelling takes place through our own > content management system, which we have interfaced struts to via our > own implementation of the MessageResour

bean:message jsp tag & escaping parameter replacement

2005-10-10 Thread Jon Barber
Dear All, We want to store CSS as message resources as we white label our site for different partners. The white labelling takes place through our own content management system, which we have interfaced struts to via our own implementation of the MessageResourcesFactory. Everything works fine, ap