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
<%@ 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
2 matches
Mail list logo