How to implement Primefaces TreeTable - Selection (CheckboxTreeNode) in Axon Ivy 7.0.1?
Hi,
I have tried to implement Primefaces TreeTable - Selection (CheckboxTreeNode) [The The sample code are obtained from https://www.primefaces.org/showcase/ui/data/treetable/selection.xhtml.] in https://www.primefaces.org/showcase/ui/data/treetable/selection.xhtml. In Axon Ivy 7.0.1 but it keeps getting the following error when I tried to navigate the tree.
ELException: Cannot convert [[Lorg.primefaces.model.TreeNode;@7d8d3a6a] of type [class [Lorg.primefaces.model.TreeNode;] to [class org.primefaces.model.CheckboxTreeNode]
ContextAwareELException: javax.el.ELException: Cannot convert [[Lorg.primefaces.model.TreeNode;@7d8d3a6a] of type [class [Lorg.primefaces.model.TreeNode;] to [class org.primefaces.model.CheckboxTreeNode]
Error during rendering of html dialog 'trial.TreeDataTryOut'
I did some googlings and someone suggested that it is due to PrimeFaces JAR files conflict. I have no idea how to resolve that in Axon Ivy. Could you help?
Also, it would be great if there are sample Axon Ivy projects with TreeDataTable - Checkbox for reference?