]
Alexander Dubovsky closed RF-6924.
----------------------------------
Assignee: Nick Belaevski (was: Tsikhon Kuprevich)
Verified
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: