Details
Description
Although ICEfaces Facelets applications are now working against JSF 1.2, ICEfaces JSP applications typically fail in the page parsing stage.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14087 | Thu Jun 07 17:02:30 MDT 2007 | ted.goddard | special case for setName(ValueExpression) ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java
MODIFY /icefaces/trunk/icefaces/core/build.xml |
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14092 | Fri Jun 08 15:03:50 MDT 2007 | ted.goddard | render document immediately after parsing as JSF 1.2 ViewTag does not ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ImplementationUtil.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ComponentRuleSet.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/application/D2DViewHandler.java |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ted Goddard
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14100 | Mon Jun 11 10:18:23 MDT 2007 | ted.goddard | detect JSF 1.2 under Java 1.4 and 1.5, include jsf-api-1.2.jar from jsf-1.2_04-b10-p01, and fix core/build.xml so common JSF 1.1/.12 icefaces.jar can be created for Java 1.4 and 1.5 on 1.5 ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ComponentRuleSet.java
MODIFY /icefaces/trunk/icefaces/component/build.xml ADD /icefaces/trunk/icefaces/lib/jsf-api-1.2.jar MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java MODIFY /icefaces/trunk/icefaces/core/build.xml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14101 | Mon Jun 11 10:46:25 MDT 2007 | ted.goddard | updated license document for jsf-api-1.2.jar ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/lib/versions-licenses.html
|
Ted Goddard
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.6 [ 10031 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14173 | Mon Jun 18 10:03:11 MDT 2007 | ted.goddard | special case for actionListener ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14174 | Mon Jun 18 11:11:58 MDT 2007 | ted.goddard | coerce integer JSP parameters ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java
|
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Arran McCullough [ amccullough ] |
Ted Goddard
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14177 | Mon Jun 18 13:42:17 MDT 2007 | ted.goddard | coerce Boolean JSP parameters ( |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/ELSetPropertiesRule.java
|
Ted Goddard
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Issue Type | Improvement [ 4 ] | New Feature [ 2 ] |
Ken Fyten
made changes -
Summary | ICEfaces JSP applications do not work with JSF 1.2 | Support ICEfaces JSP applications with JSF 1.2 runtimes |
Ken Fyten
made changes -
Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] |
Ken Fyten
made changes -
Summary | Support ICEfaces JSP applications with JSF 1.2 runtimes | Runtime compatibility for JSF 1.2 implementations with JSPs |
Ken Fyten
made changes -
Fix Version/s | 1.6DR#6 [ 10090 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Fix Version/s | 1.6 [ 10031 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Arran McCullough [ amccullough ] |
The recent checkin allows the standard component-showcase to work on glassfish-v2-b41 with the server-provided jsf implementation (the fix involves special-cases for how parameters are passed to JSP tags, so it may have indirect dependencies on Sun code).
However, it currently exhibits the following problems: