0 Replies Latest reply on Apr 9, 2010 7:22 AM by pedjasmek

    Encoding issue

      I'm having problem with encoding in my seam project.When I submit user data into database(data contains characters like ćčž) and check in the database,those characters are replaced with ? or similar.Database encoding is set to utf-8.I've also used filter class but the problem remains.After I manualy replace the ? with appropriate character and check the user data on my web page it dispays it correctly.Can someone help with this?