Close
jGuru Forums
Posted By: Anton_Komratov Posted On: Monday, October 20, 2003 08:38 AM
I'm using Struts + OJB + Sun ONE AppServ 7. OJB gets data from DB and passes it to Struts-webform. Locale data (strings in russian) at the OJB level is good, also it is good at struts action level. But the client sees in the browser window only '??????????????' instead of russian characters. I'm using struts-bean to extract data to be shown. I set at the page header : <%@ page contentType="text/html;charset=windows-1251"%> How can I fix it? thanks in advance, Anton
Re: '?????' instead of locale string within the form
Posted By: Anton_Komratov Posted On: Tuesday, October 21, 2003 07:41 AM