Set default encoding for FormParams to UTF-8
parent
8a1effe4bb
commit
26eb775d31
|
|
@ -1,4 +1,5 @@
|
|||
<?xml version="1.0" ?>
|
||||
<jboss-web>
|
||||
<context-root>/libreccm</context-root>
|
||||
<default-encoding>UTF-8</default-encoding>
|
||||
</jboss-web>
|
||||
|
|
|
|||
|
|
@ -69,6 +69,10 @@
|
|||
<param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
|
||||
<param-value>true</param-value>
|
||||
</context-param>
|
||||
<context-param>
|
||||
<param-name>PARAMETER_ENCODING</param-name>
|
||||
<param-value>UTF-8</param-value>
|
||||
</context-param>
|
||||
|
||||
<!-- <servlet>
|
||||
<servlet-name>vaadin-servlet</servlet-name>
|
||||
|
|
|
|||
Loading…
Reference in New Issue