dataScroller doesn't render new page inside dataGrid component.
---------------------------------------------------------------
Key: RF-5200
URL:
https://jira.jboss.org/jira/browse/RF-5200
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA2) seam
2.1.0.SP1
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Add following code:
<rich:dataGrid id="dataGridID" value="#{dataGrid.allCars}"
var="car" columns="#{dataGrid.columns}"
elements="#{dataGrid.elements}">
<f:facet name="header">
<h:outputText value="Car Store"></h:outputText>
</f:facet>
<rich:panel>
<f:facet name="header">
<h:outputText value="#{car.make} #{car.model}"></h:outputText>
</f:facet>
<h:panelGrid columns="2">
<h:outputText value="Price:"></h:outputText>
<h:outputText value="#{car.price}" />
<h:outputText value="Mileage:"></h:outputText>
<h:outputText value="#{car.mileage}" />
<rich:inplaceInput defaultLabel="add comment here.." />
</h:panelGrid>
</rich:panel>
<f:facet name="footer">
<rich:datascroller></rich:datascroller>
</f:facet>
</rich:dataGrid>
#2. Navigate to the page.
#3. Try to change page using any dataScroller controls.
Actual behavior:
New pages doesn't render.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira