UTF-8 encoding problem in s:component JSP page
----------------------------------------------

                 Key: WW-3612
                 URL: https://issues.apache.org/jira/browse/WW-3612
             Project: Struts 2
          Issue Type: Bug
          Components: Plugin - Tags
    Affects Versions: 2.2.1
            Reporter: Simon Tiffert
            Priority: Minor


Created a JSP page in webapp/templates/viaboxx/componentTest.jsp to avoid 
repeating similiar form fields.

Encoding is UTF-8 in all JSP pages <%@ page contentType="text/html; 
charset=UTF-8" pageEncoding="UTF-8" %> and file encoding.

German umlauts are broken when including the component with <s:component 
template="componentTest.jsp" theme="viaboxx"/>

Find attached a Maven Struts2 Archetype blank with the problem in 
HelloWorld.jsp (mvn jetty:run -> 
http://localhost:8080/tutorial/example/HelloWorld.action)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to