[seam-issues] [JBoss JIRA] Created: (JBSEAM-4702) NPE at org.richfaces.renderkit.PickListRenderer.getConvertedItems(PickListRenderer.java:531)

Flo Gle (JIRA) jira-events at lists.jboss.org
Sun Aug 29 09:28:11 EDT 2010


NPE at org.richfaces.renderkit.PickListRenderer.getConvertedItems(PickListRenderer.java:531)
--------------------------------------------------------------------------------------------

                 Key: JBSEAM-4702
                 URL: https://jira.jboss.org/browse/JBSEAM-4702
             Project: Seam
          Issue Type: Bug
    Affects Versions: 2.2.1.CR2
         Environment: Jboss AS 5.1, Linux
            Reporter: Flo Gle


<rich:pickList id="myid"
value="#{orderCriteria.selectedSessions}">
<s:selectItems var="_session"
noSelectionLabel="Please select ..."
value="#{sessionList.resultList}"
label="#{_session.name} - #{_session.date}" />
<s:convertEntity />
</rich:pickList>


works with 2.2.1.CR1 but not with 2.2.1.CR2. It also works with 2.2.1.CR2 if i use richfaces*jar from 2.2.1.CR1.

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

        


More information about the seam-issues mailing list