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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri May 23 10:02:25 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3520?page=all ]

Nick Belaevski updated RF-3520:
-------------------------------

    Fix Version/s:     (was: 3.2.0.SR1)

> 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
>
> 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