Search code examples
jsf-1.2quotation-marks

JSF 1.2 inputText truncates text on quotation marks


JSF 1.2 inputText normally is able to show value with quotation marks. In the current system these are treated as part of HTML and therefore the source code gets truncated.

Do you have any hints what could cause this issue? Thanks!

The input text is: Test with "quotation marks"

Quotation marks interpreted in HTML

Truncated inputText


Solution

  • It has emerged that this was a bug in the JSF library. I had to switch to another version.