Hi,

        We display a lot of Japanese content on our pages, we have lots
of jsps etc which were initially build for English content only. 

        In order to append the right header I tried following two
approaches but failed
1. Passed "content" parameter to AcionServlet 
  <init-param>
      <param-name>content</param-name>
      <param-value>text/html; charset=Shift_JIS</param-value>
    </init-param>
2. Above is deprecated so I also tried to add an attribute
contentType="text/html; charset=Shift_JIS" to controller tag in
struts-config

Neither of the above two approaches have any affect although including
<%@ page contentType="text/html; charset=Shift_JIS"%> in the JSPs work.

Is there something wrong in the changes I do to xml? Or there is no
alternative I will have to edit all the JSPs?

Please feel free to direct me to any documentation/link.

Regards,
Amit.

        


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

Reply via email to