I am using the MyFaces 1.0.9, and the simple examples war-file. But I'm not deploying the war directly on server. Instead I'm importing into a web-project and finally deploying my EAR on the server.
I did also try to drop the myfaces-extensions.jar into my existing web-projects lib-folder. Some components (i.e. the <x:SelectOneCountry>) works fine. But using the <x:tree2>-code from the example along with the TreeBacker.java-file results in the IllegalArgumentException. Perhaps I still lack a little insight into the structure of JSF, but it seems that this ought to work. This could, as I mentioned earlier, also be a WSAD-configuration issue, as my company has preconfigured my WSAD and my server. /Kim > -----Oprindelig meddelelse----- > Fra: Sean Schofield [mailto:[EMAIL PROTECTED] > Sendt: 27. april 2005 15:44 > Til: MyFaces Discussion > Emne: Re: [Beginner's question] Tree2 - problem using example > code in WSAD > > > Which version of MyFaces are you using? Also are you using > the simple examples WAR? > > sean > > > On 4/27/05, Kim B. Schiller <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am trying to use the example code for Tree2 (the tree2.jsp and the > > TreeBacker.java) in WSAD 5.1.2, > > and while other MyFaces-components are running fine, the > tree2 gives the > > following error. > > > > The jsp-page complaints: Error 500: "client-tree" > > And the dump lists a servlet error: > > java.lang.IllegalArgumentException: "client-tree" > > > > Unfortunately the error description doesn't reveal much. > > I suspect the error is WSAD-related. Has anyone encountered > this problem? > > > > Thanks. > > Kim S. >

