Hello! I am trying to debug why 2.0-SNAPSHOT gives me the wrong encoding in a post method using JSF. The same app works fine using 1.7.1... When I debug my action method for example é is double encoded into é so I guess ISO-8859-1 first then UTF-8?
I already have a filter that sets encoding to UTF-8 and I have the usual meta tags in my facelets for it so I don't know how to debug it any further... Any tips? cheers
