1 Reply Latest reply on Jun 17, 2009 2:04 PM by nickarls

    iso-8859-1 in expressions

    nickarls

      I have a iso-8859-1 facelets composition that has rendered EL-expressions that contain iso-8859-1 chars and I get hit with a


      Caused by: javax.el.ELException: Error Parsing: #{åäö-stuff here}
           at org.jboss.el.lang.ExpressionBuilder.createNodeInternal(ExpressionBuilder.java:130)
           at org.jboss.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:151)
           at org.jboss.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:206)
           at org.jboss.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68)
           at org.jboss.seam.el.SeamExpressionFactory.createValueExpression(SeamExpressionFactory.java:98)
           at com.sun.facelets.tag.TagAttribute.getValueExpression(TagAttribute.java:256)
           ... 73 more
      Caused by: org.jboss.el.parser.ParseException: Encountered "\u00a4" at line 1, column 7.
      



      what are the configuration considerations in this case?