[ 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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to