jsf 2 - Accented character as watermark -


I have the & lt; P: watermarks & gt; , I'm facing the problem being displayed, the character pronounced in the form of watermark is correct as the watermark for this English character.

This is working well for:

  & lt; F: visual contentType = "text / html; charset = utf-8" encoding = "UTF-8" & gt; & Lt; H: top & gt; & Lt; / H: top & gt; & Lt; A: Body & gt; & Lt; H: form prependId = "false" & gt; & Lt; P: Input Text id = "iddd" & gt; & Lt; / P: InputText & gt; & Lt; P: = watermark for "iddd" = "activity type" & gt; & Lt; / P: Watermarks & gt; & Lt; / H: form & gt; & Lt; / H: Body & gt; & Lt; / Ch: view & gt;  

But if I type value with and

watermark> with "type d'activité" Can not change the waiter and there is an error on the browser console.

I am using PF 3.5 with User 2.1. Any suggestion will be appreciated. Thanks,

Edit-1: I've attached a picture of the console

Enter details of the image here

Edit -2: & lt; P: Output Text Value = 'Type D Active' & gt; prints the correct value.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -