Charset Encoding problems with JSP Fragments (Tiles)

2003-10-23 Thread Ivica Pavic
I'm trying to set the UTF-8 charset for the whole application. I'm using Struts/Tiles on Tomcat 4.1.27. For now the only way to achieve this was adding [EMAIL PROTECTED] contentType=text/html; charset=utf-8% on EVERY Tile (JSP). It's a lot of copy/paste job and I'm sure there should be a more

RE: Charset Encoding problems with JSP Fragments (Tiles)

2003-10-23 Thread Ivica Pavic
of each page: %@ page contentType=text/html; charset=UTF-8% %@ include file=/WEB-INF/jsp/include/global.jsp % and I stick everything else that is needed on everypage into global.jsp - such as taglibs. Putting the content type into global didn't work when pre-compiling either. Ivica Pavic

RE: HAPPY DIWALI!

2003-10-23 Thread Ivica Pavic
This is the very best email today. -Original Message- From: Jarnot Voytek Contr AU HQ/SC [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 3:39 PM To: 'Struts Users Mailing List' Subject: RE: HAPPY DIWALI! Would all you people just shut the hell up already? -- Voytek Jarnot

RE: Charset Encoding problems with JSP Fragments (Tiles)

2003-10-23 Thread Ivica Pavic
problems with JSP Fragments (Tiles) On 10/23/2003 11:41 AM Ivica Pavic wrote: I'm trying to set the UTF-8 charset for the whole application. I'm using Struts/Tiles on Tomcat 4.1.27. For now the only way to achieve this was adding [EMAIL PROTECTED] contentType=text/html; charset=utf-8