---------- Forwarded message ----------
From: Kang, Dong Soo <[EMAIL PROTECTED]>
Date: Jun 13, 2005 5:25 PM
Subject: Re: [Beginner's question] Tree2 - problem using example code in WSAD
To: [EMAIL PROTECTED]
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]-["clientTree"]:
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>