Details
Description
Problem getting Seam PDF to work because it looks like it's trying to load the wrong Facelets file.
Issue Links
- depends on
-
ICE-1432 D2DFaceletViewHandler throws NPE if not specifying the default jsf suffix
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7DR#1 [ 10100 ] | |
Assignee | Mark Collette [ mark.collette ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.6.2 [ 10111 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14995 | Fri Oct 19 18:56:12 MDT 2007 | mark.collette | Backport to 1.6.2 : |
Files Changed | ||||
![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Had to tweak the fix, because it accidentally used regex search and replace instead of substring search and replace, which means that ".seam" -> ".xhtml" wouldn't change "testseam.seam" to "testseam.xhtml" but would make it "testxhtml.xhtml".
Subversion 14853
icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java
Removed some stuff that shouldn't have been included in revision 14853.
Subversion 14854
icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java