Corrupted characters redisplayed in inputs after submitting form

前端 未结 3 899
生来不讨喜
生来不讨喜 2021-01-02 13:56

I can normally write czech string to the form:

\"enter

But after validation (a

3条回答
  •  死守一世寂寞
    2021-01-02 14:34

    I had exactly the same problem with validation form and I solved it with Sergey's answer.

    BUT your filter needs to be in first position in your web.xml. Moving my filter from 3rd to first position solved my problem.

    Hope it helps.

    (Primefaces 3.2, JSF 2.1.2 with Jboss 7.1)

提交回复
热议问题