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
    Affects Versions: 3.3.0
         Environment: 3.2.2.GA, 3.3.0.CR2
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
             Fix For: Future


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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to