Hello everyone,
This might be newbie question, but I've been using <x:tree2></x:tree2>
without any problems when
all out of a sudden I started getting the following error message:

java.lang.IllegalArgumentException: Node with id 0:6. Failed to parse 0:6
        at
org.apache.myfaces.custom.tree2.TreeModel.getNodeById(TreeModel.java:153)
        at
org.apache.myfaces.custom.tree2.TreeModel.setNodeId(TreeModel.java:71)
        at
org.apache.myfaces.custom.tree2.UITreeData.setNodeId(UITreeData.java:290)
        at
org.apache.myfaces.custom.tree2.HtmlTree.setNodeId(HtmlTree.java:80)
        at
org.apache.myfaces.custom.tree2.HtmlTreeRenderer.decode(HtmlTreeRenderer.jav
a:104)
        at
javax.faces.component.UIComponentBase.decode(UIComponentBase.java:305)
        at
org.apache.myfaces.custom.tree2.UITreeData.processDecodes(UITreeData.java:13
9)
        at
org.apache.myfaces.custom.tree2.HtmlTree.processDecodes(HtmlTree.java:91)
        at
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:40
7)
        at
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:40
7)

...


I keep getting this error message randomly, well at least to me it seems
random, whenever I restart the web appl and the server. I came across this
site:
http://issues.apache.org/jira/browse/MYFACES-159?page=comments#action_64530
where they (probably you :) talk about 'deleted tree2 nodes cause fatal
exception'.
I have no idea what this means :) Have anyone been able to workaround this
issue? If so, how?

thank you in advance!
Edwin

Reply via email to