You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Alok Puranik (Created) (JIRA)" <de...@myfaces.apache.org> on 2012/02/18 20:02:03 UTC

[jira] [Created] (TRINIDAD-2220) NoRowAvailableException during PPR of a tree or treetable component after a container node is deleted

NoRowAvailableException during PPR of a tree or treetable component after a container node is deleted
-----------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-2220
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2220
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions:  1.2.12-core
         Environment: All
            Reporter: Alok Puranik


Get the following exception when tree/ tree table is PPR'ed after deleting a container node from the Tree model.

Caused by: javax.faces.model.NoRowAvailableException
	at javax.faces.model.ListDataModel.getRowData(ListDataModel.java:150)
	at org.apache.myfaces.trinidad.model.SortableModel.getRowData(SortableModel.java:67)
	at org.apache.myfaces.trinidad.model.ChildPropertyTreeModel.getRowData(ChildPropertyTreeModel.java:216)
	at org.apache.myfaces.trinidad.model.ChildPropertyTreeModel.isContainer(ChildPropertyTreeModel.java:228)
	at oracle.adfinternal.view.faces.model.FlattenedTreeCollectionModel.modifyExpanded(FlattenedTreeCollectionModel.java:501)
	at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils.initModel(TreeRendererUtils.java:304)
	at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils.wrapModel(TreeRendererUtils.java:545)
	at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils.getCollectionObject(TreeRendererUtils.java:345)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira