You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Sean Schofield <se...@gmail.com> on 2005/06/21 22:12:51 UTC

Fwd: [Beginner's question] Tree2 - problem using example code in WSAD

---------- Forwarded message ----------
From: Kang, Dong Soo <dk...@umiami.edu>
Date: Jun 13, 2005 5:25 PM
Subject: Re: [Beginner's question] Tree2 - problem using example code in WSAD
To: sean.schofield@gmail.com


 
 

I have a same problem with this guy. 

  

I set up extension filter and other stuff in web.xml but it is still
complaining about the value of attribute 'id' in <x:tree2>

The following is the error message I got. "client Tree" is the value
of attribute "id".

 [Servlet Error]-[&quot;clientTree&quot;]:
java.lang.IllegalArgumentException: "clientTree"

  

The following is what I wrote in the jsp file. 

<x:tree2 id="clientTree" value="#{clientTree.treeData}" var="node"
showRootNode="false">

… 

  

</x:tree2>