In ICEFaces 2.0 alpha2, NetBeans 6.8, GlassFish V3 comes exception
"Unable to set up WindowScope" (Unknown window scope ID: ...) in response phase when a custom app (tree.xhtml) is created.
tree.xhml works however in component-showcase demo-project but
not in custom implementation.
web.xml and sun-web.xml are same as in component-showcase.
Some progress:
I added missing tags ( ice:form, divs, ...) that were present in
component-sowcase demo.
Now the tree structure is shown in page but with errors
"Unable to set up WindowScope ... Unknown window scope ID .."
"Query does not contain parameter named: ice.pushid"
So something is still missing or the architecture to use tree must
be alike in showcase-demo (templates, uicomposition,... ) ?