Details
Description
ICEfaces pages can be included in standard JSP pages via the include directive:
<jsp:include page="page.iface"/>
When JSP pages contain multiple such ICEfaces includes, the first is not interactive.
Activity
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15166 | Tue Nov 13 14:46:33 MST 2007 | ted.goddard | anchoring bridge to containing div with script id ( |
| Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.6/icefaces/core/src/com/icesoft/faces/context/NormalModeSerializer.java
MODIFY
/icefaces/branches/icefaces-1.6/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15170 | Tue Nov 13 16:41:07 MST 2007 | mircea.toma | Port fix from 1.6 branch. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/NormalModeSerializer.java
|
| Field | Original Value | New Value |
|---|---|---|
| Summary | first include with multiple jsp:include not interactive | jsp:include not working when more than one include on a page |
| Fix Version/s | 1.6.2 [ 10111 ] | |
| Fix Version/s | 1.7DR#3 [ 10112 ] |
| Assignee | Mircea Toma [ mircea.toma ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mircea Toma [ mircea.toma ] |

The fix for this that was applied to the 1.6 branch needs to be ported to the trunk. Apparently to code is different so a different fix may be needed.