[richfaces-issues] [JBoss JIRA] Created: (RF-5609) Tree: selection and expanding impossible if ajaxSingle=true and some input validation failed.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Jan 8 10:26:04 EST 2009


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

        



More information about the richfaces-issues mailing list