[richfaces-issues] [JBoss JIRA] Created: (RF-5122) Ajax4jsf standard attributes: limitToList broken

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Nov 28 05:35:36 EST 2008


Ajax4jsf standard attributes: limitToList broken
------------------------------------------------

                 Key: RF-5122
                 URL: https://jira.jboss.org/jira/browse/RF-5122
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski
            Priority: Critical
             Fix For: 3.3.0


	<h:form>	
        <a4j:outputPanel id="output" ajaxRendered="true"> 
        <div style="overflow: auto; max-height: 100px; height:100px; border: 1px solid gray">
		<rich:tree style="width:300px" switchType="client" stateAdvisor="#{treeDemoStateAdvisor}" id="tree">
			<rich:recursiveTreeNodesAdaptor roots="#{fileSystemBean.sourceRoots}" var="item" nodes="#{item.nodes}">
				<rich:treeNode id="treeNode">
					<h:selectBooleanCheckbox id="id">
						<a4j:support event="onchange" limitToList="true" reRender="out"></a4j:support>
					</h:selectBooleanCheckbox>
				</rich:treeNode>
			</rich:recursiveTreeNodesAdaptor>
		</rich:tree>
		</div>
		<h:outputText value="Text To ReRender" id="out"/>
		</a4j:outputPanel>
	</h:form>

After I select checkbox - whole output panel gets reRendered. But only "out" component update should happens. (So I lost the scroll in this case)

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