Hi All,
I'm running a <t:tree2 /> example available at:
http://www.irian.at/myfacesexamples/tree2.jsf
And the result is:
javax.servlet.ServletException: Component ID treeForm:clientTree:t2c
has already been found in the view. See below for details.
+id: j_id_jsp_287013395_0
type: [EMAIL PROTECTED]
+id: treeForm
type: [EMAIL PROTECTED]
+id: clientTree
type: [EMAIL PROTECTED]
+id: j_id_jsp_287013395_17
type: [EMAIL PROTECTED]
+id: j_id_jsp_287013395_18
type: [EMAIL PROTECTED]
+id: j_id_jsp_287013395_19
type: [EMAIL PROTECTED]
... and so on
the only id that I have set in my tree.jsp are:
<h:form id="treeForm">
<t:tree2 id="clientTree" value="#{Tree2TestController.treeData}"
var="node" varNodeToggler="t">
...
the rest is simply copy and paste from the above mentioned web site.
I'm using:
myfaces-shared-tomahawk-3.0.1
tomahawk-1.1.7-SNAPSHOT
since all ids should be unique clearly this is... a bug?
best regards
Łukasz