Well Sean I finally found my problem with reading from the wrong
myfaces.jar. It was actually picking up it from the
myfaces-examples.war.  So now I have that working with the new code, and
sure enough, the warnings are all gone. I am now getting this error when
rebuilding the tree based on a filter.

[Engine] StandardContext[/jport]Node with id 0:2:21. Failed to parse
0:2:21
     [exec] java.lang.IllegalArgumentException: Node with id 0:2:21.
Failed to parse 0:2:21

I have found that this only occurs when cookies are enabled on the
browser. If I disable the cookies, then the tree rebuilds with the new
data without error. Is there a way to tell the tree not to try and save
state via a cookie. Seems like maybe a simple attribute addition to the
TreeTag... maybe useCookie="false" type of thing. 

Tim Pyle

Reply via email to