Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7651665
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:33:50+00:00 2026-05-31T11:33:50+00:00

Let me share my unique disapointment with the primefaces 3.1, until now… I’m using

  • 0

Let me share my unique disapointment with the primefaces 3.1, until now…
I’m using a phew components in a RichFaces app, everthing fine when i realized an issue, some characters in my native language are displayed wrong, even UTF-8 charset being declared in all places i know it’s required.

The problem occur when is entered some special character like “São Paulo” in a and submited the page. The data after submit is redisplays as “São Paulo”

I already tried the folowing work-around:

1)Eclipse IDE : text file enconding option

2)jsf files:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 

3)JBOSS server.xml:

<Connector protocol="HTTP/1.1" URIEncoding="UTF-8" port="${jboss.web.http.port}" address="0.0.0.0" 
         redirectPort="${jboss.web.https.port}" />

4)web.xml:

<?xml version="1.0" encoding="UTF-8"?>

5)jsf file:

<h:form acceptcharset="UTF-8" enctype="application/form-data">

6)upgrade the primefaces version to 3.2

Thanks for any help!
😉

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T11:33:52+00:00Added an answer on May 31, 2026 at 11:33 am

    i’ve been forced to create a filter who sets the charset for every request…

    public class CharacterEncodingFilter implements Filter {
    
        @Override
        public void destroy() {
            // TODO Auto-generated method stub
        }
    
        @Override
        public void doFilter(ServletRequest request, ServletResponse response,
            FilterChain chain) throws IOException, ServletException {
            response.setCharacterEncoding("UTF-8");
            request.setCharacterEncoding("UTF-8");
            chain.doFilter(request, response);
        }
    
        @Override
        public void init(FilterConfig arg0) throws ServletException {
            // TODO Auto-generated method stub
        }
    
    }
    

    that’s solve my issue

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let's say I have app on iPhone and Windows Phone 7. How to share
Can anyone share your approach for doing a 'or' query in app-engine? Let say
Let's share Java based web application architectures! There are lots of different architectures for
Let me share the following scenario: I have a ASP.NET intranet Web-based application that
I want to implement functionality which let user share posts by other users similar
I want to draw graph in java script. Let me share my problem with
Let me start by saying I'm pretty new to using interfaces. I'm writing a
Hello all i have a button i am trying to let users share a
I want to let users share information on my site by sending an email
Let me share my findings before asking the question. Google Places API documentation says:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.