[richfaces-issues] [JBoss JIRA] Resolved: (RF-1001) Can't switch table through rich:datascroller

Sergey Halipov (JIRA) jira-events at lists.jboss.org
Fri Oct 5 07:59:03 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-1001?page=all ]

Sergey Halipov resolved RF-1001.
--------------------------------

    Resolution: Won't Fix

> Can't switch table through rich:datascroller
> --------------------------------------------
>
>                 Key: RF-1001
>                 URL: http://jira.jboss.com/jira/browse/RF-1001
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.1
>            Reporter: Ilya Shaikovsky
>         Assigned To: Sergey Halipov
>             Fix For: 3.2.0
>
>
>       		<h:form>
> 			<rich:dataTable value="#{capitalsBean.capitals}" var="cap"  rows="5">
> 				<a4j:support event="onRowClick" actionListener="#{capitalsBean.actionListener}"/>
> 				<rich:column>
> 					<a4j:outputPanel id="row1">
> 						<h:inputText  value="#{cap.name}" rendered="#{cap.checked}"></h:inputText>
> 						<h:outputText value="#{cap.name}" rendered="#{not cap.checked}"></h:outputText>
> 					</a4j:outputPanel>
> 				</rich:column>
> 				<rich:column>
> 					<a4j:outputPanel id="row2">
> 						<h:inputText value="#{cap.state}" rendered="#{cap.checked}"></h:inputText>
> 						<h:outputText value="#{cap.state}" rendered="#{not cap.checked}"></h:outputText>
> 					</a4j:outputPanel>
> 				</rich:column>
> 				<rich:column>
> 					<h:selectBooleanCheckbox value="#{cap.checked}">
> 						<a4j:support event="onclick" reRender="row1,row2">
> 							<a4j:ajaxListener type="org.ajax4jsf.ajax.ForceRender"></a4j:ajaxListener>
> 						</a4j:support>
> 					</h:selectBooleanCheckbox>
> 				</rich:column>
> 				<f:facet name="footer">
> 					<rich:datascroller ajaxSingle="false"></rich:datascroller>
> 				</f:facet>
> 			</rich:dataTable>
> 			<a4j:log popup="false"></a4j:log>
> 			<rich:messages/>
>       		</h:form>
> Check the box. Filed makes editable. Type something to field. Try to change the page.
> No messages in context. phasetracker show all phases executed  normally.
> If you remove the 
> 	<a4j:support event="onRowClick" actionListener="#{capitalsBean.actionListener}"/>
> Line -- switches works fine

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

        



More information about the richfaces-issues mailing list