You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jasmin Kröger (Jira)" <de...@myfaces.apache.org> on 2020/06/19 11:43:00 UTC

[jira] [Commented] (TOBAGO-1937) Cannot use attribute 'itemImage' on selectItem tag with MyFaces 2.3

    [ https://issues.apache.org/jira/browse/TOBAGO-1937?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140466#comment-17140466 ] 

Jasmin Kröger commented on TOBAGO-1937:
---------------------------------------

The itemImage attribute is not supported in the browser now.

> Cannot use attribute 'itemImage' on selectItem tag with MyFaces 2.3
> -------------------------------------------------------------------
>
>                 Key: TOBAGO-1937
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1937
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 4.2.1
>            Reporter: Henning Nöth
>            Assignee: Jasmin Kröger
>            Priority: Minor
>
> The use of attribute "itemImage" leads to a ConcurrentModificationException with MyFaces 2.3.
> {code:xml}<tc:selectOneChoice label="Dropdown Box">
>   <tc:selectItem itemLabel="Item One" itemValue="one" itemImage="icon.png"/>
>   <tc:selectItem itemLabel="Item Two" itemValue="two"/>
> </tc:selectOneChoice>{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)