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 -----
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?

Reply via email to