6 Replies Latest reply on Mar 7, 2008 8:00 AM by kukeltje

    Problem JBPM

    lgg82

      Hello, I am working with JBPM, and meet the problem that there is to make a submit or recharge(overload) the page, the information that contain tildes or ñ's they turn into other characters. My application is formed in UTF-8, and the servant that I use is Jboss.

      Might someone me say solve like this?

      Thank you in advance and a greeting.

        • 1. Re: Problem JBPM
          kukeltje

          sorry, but I have no clue what you mean... can you elaborate a little?

          • 2. Re: Problem JBPM
            lgg82

            Good days, I am going to try(mean) it again. My application consists of several workflows. Every workflow consists of forms. When I put text with tildes and ñ (special characters) and give him to guard they are inserted in the database (Oracle) without tildes and ñ, rare(strange) characters get. The encoding of my pages is UTF-8

            • 3. Re: Problem JBPM
              lgg82

              OK.
              LogFilter.java

              Incluir la lÃnea
              request.setCharacterEncoding("UTF-8");
              en el método DoFilter.

              • 4. Re: Problem JBPM
                kukeltje

                You mean we have to add 'request.setCharacterEncoding("UTF-8"); in the method doFilter in the LogFilter.java for this to make it work?

                • 5. Re: Problem JBPM
                  lgg82

                  Yes

                  • 6. Re: Problem JBPM
                    kukeltje

                    then please file a jira issue for this.