[richfaces-issues] [JBoss JIRA] Assigned: (RF-2315) TreeNode: reRender doesn't work

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Mar 24 13:26:41 EDT 2008


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

Ilya Shaikovsky reassigned RF-2315:
-----------------------------------

    Assignee: Sergey Halipov  (was: Ilya Shaikovsky)

I ve used 
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
      xmlns:ui="http://java.sun.com/jsf/facelets"
      xmlns:h="http://java.sun.com/jsf/html"
      xmlns:f="http://java.sun.com/jsf/core"
      xmlns:a4j="http://richfaces.org/a4j"
      xmlns:rich="http://richfaces.org/rich">

	<p>This tree uses "ajax" switch type, note that for collapse/expand operations it will be Ajax request to the server. You may see short delay in this case.</p><br/>
	<h:form>	
		<rich:tree style="width:300px" value="#{library.data}" var="item" nodeFace="#{item.type}">
			<rich:treeNode type="artist" iconLeaf="/images/tree/singer.gif" icon="/images/tree/singer.gif" reRender="output">
				<h:outputText value="#{item.name}" />
			</rich:treeNode>
			<rich:treeNode type="album" iconLeaf="/images/tree/disc.gif" icon="/images/tree/disc.gif">
				<h:outputText value="#{item.title}" />
			</rich:treeNode>
			<rich:treeNode type="song" iconLeaf="/images/tree/song.gif" icon="/images/tree/song.gif">
				<h:outputText value="#{item.title}" />
			</rich:treeNode>
		</rich:tree>
	</h:form>
<a4j:log popup="false"></a4j:log>
</ui:composition> 

no output in update-ids.

So seems reRender still not works.

> TreeNode: reRender doesn't work
> -------------------------------
>
>                 Key: RF-2315
>                 URL: http://jira.jboss.com/jira/browse/RF-2315
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Nick Belaevski
>         Assigned To: Sergey Halipov
>            Priority: Critical
>             Fix For: 3.2.0
>
>
> reRender defined on rich:treeNode doesn't work

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