Henning Noeth created TOBAGO-1937:
-------------------------------------
Summary: Cannot use attribute 'itemImage' on selectItems 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 Noeth
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
(v7.6.3#76005)