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
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