[richfaces-issues] [JBoss JIRA] Reopened: (RF-7323) Tree/TreeNode: process attribute doesn't work
Alexander Dubovsky (JIRA)
jira-events at lists.jboss.org
Fri Aug 21 04:45:23 EDT 2009
[ https://jira.jboss.org/jira/browse/RF-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexander Dubovsky reopened RF-7323:
------------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
Issue is reproducible with following code::
<rich:messages></rich:messages>
<rich:tree switchType="ajax" ajaxSingle="true"
ajaxSubmitSelection="true" value="#{custom.data}" var="item"
process="text">
<rich:treeNode>
<h:outputText value="#{item.value}" />
</rich:treeNode>
</rich:tree>
<h:panelGrid id="text" columns="1">
<h:inputText value="" required="true" />
</h:panelGrid>
Validation passed after node is selected/expanded - this is wrong.
> Tree/TreeNode: process attribute doesn't work
> ---------------------------------------------
>
> Key: RF-7323
> URL: https://jira.jboss.org/jira/browse/RF-7323
> Project: RichFaces
> Issue Type: Bug
> Components: component-tree
> Affects Versions: 3.3.2.CR1
> Reporter: Nick Belaevski
> Assignee: Nick Belaevski
> Fix For: 3.3.2.CR1
>
>
--
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