A bit of googling led me to posts which mentioned adding the following to the jsps worked
| <%@ page language="java" contentType="text/html;UTF-8" pageEncoding="UTF-8" %> | <html> | <head> | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | <title>Testing</title> | </head> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116621#4116621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116621 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
