Even in the new version the know bug is „available“. When you create a new page with icefaces in an existing Woodstock project and want to run this page you still get the bug
Caused by: java.lang.IllegalStateException: ICEfaces requires the PersistentFacesServlet. Please check your web.xml servlet mappings
This is really annoying because the bug is known a long time.
Hi guys, is this bug already fixed? because I'm trying to migrate from woodstock to icefaces but it's not working.
When I include an "H" tag I get that error (ICEfaces requires PersistentFacesServlet).
A curious thing is that I don't have any problem when including this tag:
<h:outputText id="outputText1" value="value"/>
I got that error when include these tags:
<h:outputLabel>
<h:panelGrid>