Unable to set up WindowScope (tree.xhtml)
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Unable to set up WindowScope (tree.xhtml)  XML
Forum Index -> Development Build Feedback
Author Message
steelyx

Joined: 22/01/2010 00:00:00
Messages: 9
Offline



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.
 Filename WindowScopeError.txt [Disk] Download
 Description
 Filesize 5 Kbytes
 Downloaded:  68 time(s)

 Filename tree.xhtml [Disk] Download
 Description
 Filesize 5 Kbytes
 Downloaded:  73 time(s)

steelyx

Joined: 22/01/2010 00:00:00
Messages: 9
Offline


This same matter is also in

http://jira.icefaces.org/browse/ICE-5297
http://jira.icefaces.org/browse/ICE-5220
steelyx

Joined: 22/01/2010 00:00:00
Messages: 9
Offline


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,... ) ?
steelyx

Joined: 22/01/2010 00:00:00
Messages: 9
Offline


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");
%>
 
Forum Index -> Development Build Feedback
Go to:   
Powered by JForum 2.1.7ice © JForum Team