You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerald Müllan (JIRA)" <de...@myfaces.apache.org> on 2007/02/20 09:40:06 UTC

[jira] Resolved: (TOMAHAWK-379) InputSuggestAjax does not handle < and > correctly

     [ https://issues.apache.org/jira/browse/TOMAHAWK-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerald Müllan resolved TOMAHAWK-379.
------------------------------------

    Resolution: Fixed
      Assignee: Gerald Müllan

Fixed with https://issues.apache.org/jira/browse/TOMAHAWK-322

> InputSuggestAjax does not handle < and > correctly
> --------------------------------------------------
>
>                 Key: TOMAHAWK-379
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-379
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: InputSuggestAjax
>            Reporter: Jean-Claude Pace
>         Assigned To: Gerald Müllan
>
> 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 <em...@address.com>" 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.
-
You can reply to this email to add a comment to the issue online.