Re: struts turkish character problem

2004-07-05 Thread Selim Hendrickson
Merhaba Eyup Bey, We experienced a similar problem about a year ago. Below is the code we used for solving the issue. Hope it works for you too. I belive there is a problem with the ActionForms with different encodings, therefore we wrote this small request preprocessor. You could also use a Serv

Re: struts turkish character problem

2004-07-04 Thread Stjepan Brbot
<%@ page contentType="text/html; charset=windows-1250" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> Do you have charset encoding defined for JSP (for