I think you can use the writeURIAttribute method, and that won't escape your text. I'm not sure if that's specifically the use it was intended for, but it works.
On Thu, 10 Mar 2005 11:01:04 +0100, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]> wrote: > I have to write an applicaiton that uses the title-attribute of an image > to show the user the detailed error-message for an input-field in his > own language (-> i18n issues...). > Unfortunately: > - the writeAttribute-method escapes the string sent as the > value-argument and therfor it is inpossible to write correct title-tags. > - the RepsonseWriter is one of the rare classes that can be replaced with > a specialized version using the faces-config (unlike VariableResolver,...) > > Does somebody know a possible solution for this problem? (or a hint...) > > regards > Alexander > > -- -Heath Borders-Wing [EMAIL PROTECTED]

