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 '}'
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
2 matches
Mail list logo