Search:

Type: Posts; User: djorco; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    2,958

    I reached a solution by rearranging the tags...

    I reached a solution by rearranging the tags filter and filter-mapping in the web.xml file as shown below:


    <filter>
    <filter-name>Spring OpenEntityManagerInViewFilter</filter-name>
    ...
  2. Replies
    15
    Views
    2,958

    It's OK this is the character enconding...

    It's OK


    this is the character enconding filter section in the web.xml


    <filter>
    <filter-name>CharacterEncodingFilter</filter-name>
    ...
  3. Replies
    15
    Views
    2,958

    Clandestino: in my mysql the encoding is working...

    Clandestino: in my mysql the encoding is working perfect. My problem is from the POST to the method in the controller class for example:

    In the page I write "ééé" in a input box, and do a post
    In...
  4. Replies
    15
    Views
    2,958

    Re: Roo Encoding issue

    Hello Astronaute,

    I'm working with a simple jspx, spring, hibernate project and have the same issue. I use characters like á, é, í, ó, ú, ñ.

    My issues are in:
    * Inputs fields in post actions...
Results 1 to 4 of 4