and i created a pages.xml File for conversation handling.
There is no view-handler in the faces-config. For icefaces 1.8 i used the D2DSeamFaceletViewHandler, but i think for icefaces 2.0 is no view handler needed.
What have I missed?
Best regards,
jonas
EDIT1:
There is also a warning:
"ICEfaces configured for view /start.xhtml but h:head and h:body components are required"
But there are h:head and h:body components in the template file.
EDIT2:
On the rendered page I can see the marker
~com.sun.faces.saveStateFieldMarker~
, which was not replaced with the hidden html input tag.!?
Are you referring to Seam3? I don't believe Seam2.2.0 is tested with jsf2.0 (that would be Seam3). So far, Weld (which Seam3 is built upon) jsf2.0 and ICEfaces 2 have been established as a working set. Since Seam3 is preliminary, there is no reference to working applications with jsf2.0 and ICEfaces-2.0
Seam 3 is everything then ready to work. But if you like challenges it is a good try. With basic JEE 6 (CDI, JSF 2.0) it is no Problem to work with ICEfaces 2.0. Still many bugs but there will hopefully a final release next time.