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

Alex Kolonitsky (JIRA) jira-events at lists.jboss.org
Thu Jun 11 05:51:56 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-5609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Kolonitsky resolved RF-5609.
---------------------------------

    Resolution: Done
      Assignee: Tsikhon Kuprevich  (was: Alex Kolonitsky)


> 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: Tsikhon Kuprevich
>             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

        



More information about the richfaces-issues mailing list