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

Fabio Fonseca closed RF-11172.
------------------------------

    Resolution: Duplicate Issue


> dataScroller for dataGrid not working inside modalPanel
> -------------------------------------------------------
>
>                 Key: RF-11172
>                 URL: https://issues.jboss.org/browse/RF-11172
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.3.Final
>         Environment: Tomcat 6; JSF 1.2; Facelets; 
> FF, Chrome and IE
>            Reporter: Fabio Fonseca
>
> I have something like this:
> <a4j:region id="regionResultadoPanel">
> <rich:modalPanel id="resultadoPanel" width="880" height="560" zindex="400">
> (...)
> <h:form>
>       <rich:dataGrid
>               rendered="#{not empty BuscarAnunciosCtrl.resultadoBusca}"
>               id="resultadoBuscasTabela" styleClass="gridPanelStyle"
>               cellspacing="0px;" columnClasses="gridPanelStyle" border="0"
>               value="#{BuscarAnunciosCtrl.resultadoBusca}" var="anuncios"
>               columns="3" elements="9" width="100%" 
> onclick="reRenderTable();">
>                       <table width="278px" style="border: black solid 2px;">
>                       (...)
>                       </table>
>                       <f:facet name="footer">
>                               <rich:datascroller></rich:datascroller>
>                       </f:facet>
>       </rich:dataGrid>
> </h:form>
> (...)
> </rich:modalPanel>
> </a4j:region>
> The pages of the scroller are not even showing. 
> Inside firebug, this error appears if you click the scroller:
> this._form is null
> http://localhost:8080/estagie/a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript.jsf
> Line 201

--
This message is automatically generated by JIRA.
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