Hi,
Only wanted to tell you the following scenario I did:
In example from tomahawk I altered a little bit the code like this:
public String getSuggestValue() {
if (suggestValue == null) {
suggestValue = "\u015F";
}
return suggestValue;
}
the value "\u015F" represents 1 character from iso-8859-2 that converted for
html has value "ş". So, I thought that in inputSuggestAjax.jsf, when
displaying the page, the character should be correctly shown. But, it is
not. :(. Instead exactly this value ("ş") is shown in "default suggest"
selectbox.
After this test, I think there is another issue regarding charset on
inputSuggestAjax component:
the control does not render correct a value that is a valid html character
("ş" == "s").
Any help on this issue is appreciated.
Thank you,
Alin
Hi Gerald,
Did you found anything that could solve this issue?
Thank you,
Alin.
Ok, thx werner for the work on this topic and your corresponding
comments.
I will have a deeper look into it the next days.
regards,
Gerald