[richfaces-issues] [JBoss JIRA] Created: (RF-5206) dataScroller: during using component inside dataTable it doesn't render new page under seam.

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Dec 3 08:33:36 EST 2008


dataScroller: during using component inside dataTable it doesn't render new page under seam.
--------------------------------------------------------------------------------------------

                 Key: RF-5206
                 URL: https://jira.jboss.org/jira/browse/RF-5206
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(seam 2.1.0.SP1)
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski
            Priority: Critical


#1. Use following code:
<rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}"
		var="dT" cellpadding="5px" rows="5" border="1" reRender="dsID,dataTableId" sortMode="#{dataScroller.sortMode}">
		<f:facet name="header">
			<rich:datascroller for="dataTableId" ajaxSingle="#{dataScroller.ajaxSingle}" reRender="dataTableId"				
	 			value="#{dataScroller.value}" status="a4jStatusID" stepControls="#{dataScroller.stepControls}"  
...>
				 
			</rich:datascroller>
		</f:facet>
		<f:facet name="footer">
			
		</f:facet>
		<rich:column sortBy="#{dT.str0}" filterBy="#{dT.str0}" filterEvent="onkeyup" 
		selfSorted="#{dataScroller.selfSorted}" filterValue="#{dataScroller.filterValue}">
			<h:outputText value="#{dT.str0}" />
		</rich:column>
		<rich:column sortBy="#{dT.int0}" filterBy="#{dT.int0}" filterEvent="onkeyup" selfSorted="#{dataScroller.selfSorted}">
			<h:outputText value="#{dT.int0} " />
		</rich:column>
	</rich:dataTable>
#2.  Navigate to page and using component's controls try to navigate to leave current dataScroller page.

Actual behavior:
Page remains the same.

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

        



More information about the richfaces-issues mailing list