OpenFaces icon indicating copy to clipboard operation
OpenFaces copied to clipboard

Command button ajax "render" attribute inside TreeTable

Open dmytro-kashcheiev opened this issue 11 years ago • 0 comments

If you are using h command button with f:ajax attribute inside tree table element. It's not possible to call render of this tree table. You are getting the following error: java.lang.NullPointerException at org.openfaces.component.table.TreeTable.getRowIndexByClientSuffix(TreeTable.java:170) at org.openfaces.ajax.PartialViewContext.componentById(PartialViewContext.java:691) at org.openfaces.ajax.PartialViewContext.findComponentByPath(PartialViewContext.java:645) at org.openfaces.ajax.PartialViewContext.findComponentById(PartialViewContext.java:624) at org.openfaces.ajax.PartialViewContext.findComponentById(PartialViewContext.java:605)

dmytro-kashcheiev avatar Feb 24 '14 16:02 dmytro-kashcheiev