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 '}' stuff should be left unchanged and then TagUtils >should not try and do the text replacement. > >Niall > > Niall,
Fantastic, exactly what I was after. Thanks. Jon. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]