Dennis, See also the earlier thread on upcoming tree2 "summit." We're going to start up a thread on the dev list shortly and start going over all of the potential improvements to tree2 that are being kicked around.
sean On 7/12/05, James Mitchell <[EMAIL PROTECTED]> wrote: > > Any chance you can give us a diff to have a look-see ? > > > -- > James Mitchell > Software Engineer / Open Source Evangelist > Consulting / Mentoring / Freelance > EdgeTech, Inc. > http://www.edgetechservices.net/ > 678.910.8017 > AIM: jmitchtx > MSN: [EMAIL PROTECTED] > Skype: jmitchtx > > > ----- Original Message ----- > From: [EMAIL PROTECTED] > To: [email protected] > Sent: Monday, July 11, 2005 7:32 PM > Subject: extending tree2 > > > In order to have an attribute that will expand all nodes of tree2 when it is > first rendered, I've extended the following classes. > > org.apache.myfaces.custom.tree2.TreeTag > org.apache.myfaces.custom.tree2.HtmlTreeRenderer > > The strategy at this point is to overide the decode method of the renderer. > Writing the tld and getting an 'expandAllInit' attribute value from my JSP > to the Tag handler is fine, but I am searching for a way to get this value > from w/in the renderer. Thoughts?

