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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Dec 6 09:38:01 EST 2010


     [ https://jira.jboss.org/browse/RF-9898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-9898:
-------------------------------

         Assignee: Anton Belevich
    Fix Version/s: 4.0.0.Milestone5


> 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
>            Assignee: Anton Belevich
>             Fix For: 4.0.0.Milestone5
>
>
> <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