12-22-2006 07:49 AM
01-02-2007 09:10 AM
I already put in my jsp the same stuff as in the JSPs from alfresco like:
<%@ page buffer="32kb" contentType="text/html;charset=UTF-8" %>
<h:form acceptCharset="UTF-8" id="customJSP">
Is there something more I have to add to my JSP or to my backing bean to force the UTF-8 encoding?
01-02-2007 10:50 AM
01-04-2007 04:53 AM
01-04-2007 05:30 AM
In the beginning of the JSP browse.jsp from alfresco, there is the following peace of java code after the tag <f:view>:
<%
FacesContext fc = FacesContext.getCurrentInstance();
// set locale for JSF framework usage
fc.getViewRoot().setLocale(Application.getLanguage(fc));
%>
I don't have this code in my own JSP. Could it resolve my problem if I had it in the beginning of my own jsp?
01-04-2007 05:59 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.