> I am indeed using myfaces implementation. I did not get these warnings > with the first tree, but I was also using older version of myfaces. I am > using the latest source from CVS. The tree works great, and well, > everything works great.... just wish I could kill the warning message > about myfaces having to assign an ID. So this might not be as much of a > question for the tree2 component as much as it is for the myfaces engine > itself. And I get one of those warnings for each node in the tree, so I > would just like to be able to turn that off so it doesn't waste log > space.
Most likely this is an issue of changing log4j.properties or commons-logging.properties. The statement itself, however, indicates that createUniqueId should be called explicitly by the component. So I guess I will just change that to make you and whoever wrote that log statement happy ;-) > Tim sean

