[richfaces-issues] [JBoss JIRA] Created: (RF-3520) a4j:support rich:combobox rich:datatable javascripterro

Rafael Jimenez (JIRA) jira-events at lists.jboss.org
Fri May 23 08:15:42 EDT 2008


a4j:support rich:combobox rich:datatable javascripterro
-------------------------------------------------------

                 Key: RF-3520
                 URL: http://jira.jboss.com/jira/browse/RF-3520
             Project: RichFaces
          Issue Type: Bug
          Components: QA-environment
    Affects Versions: 3.2.0
         Environment: Apache Tomcat - IE7 - winxXP- eclipse 3.3.1.1 
            Reporter: Rafael Jimenez
             Fix For: 3.2.0.SR1


Following Code get an javasript error: "invalid argument"

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich">

<a4j:form id="form"> 
                <rich:dataTable var="record" value="#{report.expReport.records}" id ="tabla">
                    <f:facet name="header">
                        <rich:columnGroup>
                            <rich:column rowspan="2">
<rich:comboBox id="model" value="#{Bean.modelSelected}"> 
<a4j:support event="onselect" reRender="tabla" /> 
<f:selectItems value="#{Bean.selectItemListModel}" /> 
</rich:comboBox> 
                            </rich:column>
                        </rich:columnGroup>
                    </f:facet>
                    </f:facet>
....
</rich:dataTable>
</a4j:form>
</ui:composition>





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

        



More information about the richfaces-issues mailing list