[
https://jira.jboss.org/jira/browse/RF-6924?page=com.atlassian.jira.plugin...
]
Nick Belaevski updated RF-6924:
-------------------------------
Description:
Steps to reproduce:
1. Add to treeModeDemo:
public Boolean adviseNodeSelected(UITree tree) {
Object rowData = tree.getRowData();
System.out.println("TreeModelBean.adviseNodeSelected() " + rowData);
return null;
}
adviseNodeSelected="#{treeModelBean.adviseNodeSelected}"
2. Open the page - exception happens
Tree adaptors: nodeSelectAdvisor is called for "null" key
thus causing exception
---------------------------------------------------------------------------------
Key: RF-6924
URL:
https://jira.jboss.org/jira/browse/RF-6924
Project: RichFaces
Issue Type: Bug
Components: component-tree
Affects Versions: 3.3.1
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Priority: Critical
Fix For: 3.3.1
Steps to reproduce:
1. Add to treeModeDemo:
public Boolean adviseNodeSelected(UITree tree) {
Object rowData = tree.getRowData();
System.out.println("TreeModelBean.adviseNodeSelected() " + rowData);
return null;
}
adviseNodeSelected="#{treeModelBean.adviseNodeSelected}"
2. Open the page - exception happens
--
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