Thanks, Sean. Given that, is there an easy way to obtain the minimal set of classes needed from the MyFaces distribution to get just the Tree2 component's capability (without laboriously loading one class after another to see which dependencies are still broken)? Ideally, I'd like to crisply take just the Tree2 component (and any of the other MyFaces classes on which it depends) and plop it into my server environment. At this point, I would like to avoid using the MyFaces JSF implementation, if possible, but I would be interested in using the Tree2 component.
Thanks, - Brendan -----Original Message----- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 2:49 PM To: MyFaces Discussion Subject: Re: Using Tree2 with WebSphere 5.1 You should be able to use whatever version of JSF you want. I don't use WS but you can probably tinker with the server libraries and replace them with whatever version you want. sean On 6/7/05, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > Has anyone gotten Tree2 to work with WebSphere 5.1? I realize that > WebSphere is only JSF 1.0 compatible, but I didn't see anything in the > code that required JSF 1.1. However, when trying to run the example, I > got an Error 500: Assertion Failed at the following location in > HtmlTreeRenderer: > > private void encodeRecursive(FacesContext context, UIComponent > component) throws IOException > { > /[EMAIL PROTECTED] consider moving this common functionality to a base > class or utility class */ > if (!component.isRendered()) return; > > component.encodeBegin(context); > > - Brendan >

