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: Alex Kolonitsky
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: