[
https://jira.jboss.org/jira/browse/RF-5609?page=com.atlassian.jira.plugin...
]
Alexander Dubovsky reopened RF-5609:
------------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
Issue was fixed only for expanding. Now all nodes are expanded/collapsed well and
listeners are called.
But for selection problem still exists: error message is shown and listeners are not
called.
Tree: selection and expanding impossible if ajaxSingle=true and some
input validation failed.
---------------------------------------------------------------------------------------------
Key: RF-5609
URL:
https://jira.jboss.org/jira/browse/RF-5609
Project: RichFaces
Issue Type: Bug
Components: component-tree
Affects Versions: 3.3.0
Environment: 3.2.2.GA, 3.3.0.CR2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Fix For: 3.3.2.CR1
Code:
<rich:messages ajaxRendered="true" />
<rich:tree value="#{custom.data}" var="item">
<rich:treeNode ajaxSubmitSelection="true"
ajaxSingle="true"
nodeSelectListener="#{item.processSelection}">
<h:outputText value="#{item.value}" />
</rich:treeNode>
</rich:tree>
<h:inputText value="" required="true" />
# Open page and try to expand or select some node
Result: expanding only root nodes is possible. Selection impossible at all. Above-named
actions cause validation message.
--
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