[ 
http://issues.apache.org/jira/browse/TOMAHAWK-379?page=comments#action_12376977 
] 

Pawel Koloszko commented on TOMAHAWK-379:
-----------------------------------------

I am not sure if my problem has the same origin, but I have problem with 
displaying polish letters in inputSuggestAjax. For example polish word 
"wÄ™gierski" (with special polish e) is displayed as "węgierski"

> InputSuggestAjax does not handle < and > correctly
> --------------------------------------------------
>
>          Key: TOMAHAWK-379
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-379
>      Project: MyFaces Tomahawk
>         Type: Bug

>   Components: InputSuggestAjax
>     Reporter: Jean-Claude Pace

>
> When using InputSuggestAjax, if the list of suggestions contains the 
> characters < and >, the string is not shown correctly in the popup. For 
> example, if the component wants to suggest something like "Name <[EMAIL 
> PROTECTED]>" the popup will only show "Name". Leaving out either the < or the 
> > will result in correct behaviour.
> My guess is that the characters are confusing the XML encoding used by Ajax. 
> Substituting the characters with something like &lt; or &gt; results in an 
> ugly display in the popup but at least the text in the input box is displayed 
> correctly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to