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
hi
there is a webapp including oracledatabase(datas are hold with turkish
character) ejbs on borlandapplicationserver ,tomcat,struts and jsps.
i can write turkish character in jsp page side.but dynaaction form creates a
selection list.and that list cant show turkish character.in tomcat's
catalina.s
3 matches
Mail list logo