| Author |
Message |
|
|
Good evening
The tree examples started to work after the page
was instantiated thru binary (.jsf) call.
Not thru .xhtml :-)
For ex. thru jsp-page like
<%
response.sendRedirect("treeSimple.jsf");
%>
|
 |
|
|
Good evening
The tree examples started to work after the page
was instantiated thru binary (.jsf) call.
Not thru .xhtml :-)
For ex. thru jsp-page like
<%
response.sendRedirect("treeSimple.jsf");
%>
|
 |
|
|
Morning
Can you put a working tree app demo( ICEFaces 2.0 Alpha) with
minminum infra ( no templates, components etc.) to this site, because
I haven't managed to do it yet.
Thanks in advance.
|
 |
|
|
Good morning
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,... ) ?
|
 |
|
|
This same matter is also in
http://jira.icefaces.org/browse/ICE-5297
http://jira.icefaces.org/browse/ICE-5220
|
 |
|
|
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.
Attached stack trace and the tree.xhtml.
|
 |
|
|
Try ICEFaces2 component-showcase. It works.
However when creating a custom app with only tree.xhml and
reequired other artifacts the operations ins server ( request)
go OK, but in response phase comes "Unable to set up WindowScope"
This is discussed in
http://jira.icefaces.org/browse/ICE-5297
http://jira.icefaces.org/browse/ICE-5220
|
 |
|
|
What was the solution to this
(
org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: java.lang.ClassNotFoundException: com.icesoft.faces.util.event.servlet.ContextEventRepeater
) ?
I found no class com.icesoft.faces.util.event.servlet.ContextEventRepeater
from jars neeeded to run ICESoft 2.0 alpha apps !
|
 |
|
|
I verified this fix ( wrong sun-web.xml )
Another error I found is in generated web.xml that required that
the requested resource for. ex
http://localhost:8080/WebApplication1/faces/welcomeICEfaces.xhtml
must be given.
So Welcome page configurations are wrong.
|
 |
|
|