[richfaces-issues] [JBoss JIRA] Created: (RF-9898) rich:select nested in rich:(extended)dataTable - JS Error - this.cache is undefined

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Thu Dec 2 07:37:04 EST 2010


rich:select nested in rich:(extended)dataTable - JS Error - this.cache is undefined
-----------------------------------------------------------------------------------

                 Key: RF-9898
                 URL: https://jira.jboss.org/browse/RF-9898
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.Milestone4
         Environment:     * RichFaces 4.0.0-SNAPSHOT r.20272 
    * Metamer 4.0.0-SNAPSHOT r.20302 
    * Mojarra 2.0.3-FCS 
    * Apache Tomcat 6.0.29 
    * OpenJDK Runtime Environment 1.6.0_18-b18 @ Linux 
    * Firefox 3.6.12 @ Linux x86_64
            Reporter: Lukas Fryc


<rich:column id="columnTitle" sortBy="#{record.title}">
                    <f:facet name="header">
                        <h:outputText id="columnHeaderTitle" value="Title" />
                    </f:facet>

                    <rich:select id="title" value="#{record.title}">
                        <f:selectItems value="#{model.jobTitlesSelectItems}"/>
                        <a4j:ajax event="change" render="@this"/>
                    </rich:select>
                </rich:column>

Using this sample leads to JS error:

this.cache is undefined
http://localhost:8080/metamer/faces/javax.faces.resource/select.js?ln=org.richfaces
Line 308


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list