Hi.I've just compiled the new snapshot and have a complain about TreeModel and TreeWalker (package org.apache.myfaces.custom.tree2). TreeModel declares a public getTreeWalker() method. At the same time the TreeWalker interface has package-level visibility. This essentially prohibits "own" implementations other than those inherited from TreeWalkerBase.
I think TreeWalker interface visibility level must be public. Bye. /lexi

