Hi,

I've just downloaded the latest versions of MyFaces and Tomahawk, replaced the JARs in my LIB folder, changed the way ExtensionFilter is managed to take advantage of the performance issues, redeployed my application and .... it does not work.

Seems there has been a change with Tree2:

Caused by: java.lang.NullPointerException
    at org.apache.myfaces.custom.tree2.TreeWalkerBase.next(TreeWalkerBase.java:63)
    at org.apache.myfaces.custom.tree2.UITreeData.expandAll (UITreeData.java:432)
    at com.deltar.taller.web.bean.MenuBean.opcionMenuAction(MenuBean.java:229)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.myfaces.el.MethodBindingImpl.invoke (MethodBindingImpl.java:129)
    ... 56 more

Any clues?

Reply via email to