Hi everybody,

I have some trouble with the DojoAjaxResponseBuilder. My webapp is using Shift_JIS as the output character enconding. A DirectLink component with async="true" works in Firefox but fails in IE. I had a closer look and replaced UTF-8 with Shift_JIS:

   void beginResponse()
   {
       _writer.printRaw("<?xml version=\"1.0\" encoding=\"Shift_JIS\"?>");

in the DojoAjaxResponseBuilder implementation and my problem is solved. Can this be changed somehow, that it can be configured or that "org.apache.tapestry.output-encoding" is used?

Best regards,


Manri Offermann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to