Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Component/s: Framework
-
Labels:None
-
Environment:Operating System: All
Platform: All
Glassfish App. Server (Sun JSF 1.2 runtime) v9.0_01
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
Target v1.1.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
AuctionMonitor is now basically running again under JSF 1.2 (some static text problems and complaints
about missing navigation rules, but the clocks tick and the application is interactive):
svn commit src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java -m "fixed digester
behavior under JSF 1.2 (ICE-605)"
Sending src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java
Transmitting file data .
Committed revision 8487.
Also checked in FCS versions of the JSF 1.2 jars:
svn commit 3rd/javaee/lib/ -m "checking in JSF 1.2 from SUNWappserver Java EE 5 (ICE-605)"
Sending 3rd/javaee/lib/javaee.jar
Sending 3rd/javaee/lib/jsf-impl.jar
Transmitting file data ..
Committed revision 8488.
To run ICEfaces under JSF 1.2 it is important to build it without jsf-api.jar and jsf-impl.jar in the .war
file.
Changed find component calls to
UIComponent uiComponent = D2DViewHandler.findComponent(id, context.getViewRoot());
r13534