dataScroller for dataGrid not working inside modalPanel
-------------------------------------------------------
Key: RF-11173
URL:
https://issues.jboss.org/browse/RF-11173
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.Aj...
Line 201
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira