Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#1
-
Fix Version/s: None
-
Component/s: Framework
-
Labels:None
-
Environment:Seam2.0, seam-pdf, facelets, jsf1.2
Description
Currently seam-pdf does not work with ICEfaces. THe D2DFaceletViewHandler is not setup for pdf rendering. Ideally we should be able to delegate this to the standard facelets viewHandler.
We know that in jsp, the D2DVH can delegate to standard VH & using just-ice.jar.
Need to see if we can do this using D2DFaceletVH in a non-seam environment. THen we can move onto a seam environment with D2DFaceletVH and standard Facelet VH.
The xhtml pages that start with <p:document ....are the pages that we want to delegate. There are some p: components (like stroke) that we may want to render with our D2DFaceletVH. the p:barchart could be replaced with our own charting facility.
The \examples\itext application has been converted to icefaces-itext example.
We know that in jsp, the D2DVH can delegate to standard VH & using just-ice.jar.
Need to see if we can do this using D2DFaceletVH in a non-seam environment. THen we can move onto a seam environment with D2DFaceletVH and standard Facelet VH.
The xhtml pages that start with <p:document ....are the pages that we want to delegate. There are some p: components (like stroke) that we may want to render with our D2DFaceletVH. the p:barchart could be replaced with our own charting facility.
The \examples\itext application has been converted to icefaces-itext example.
Issue Links
- depends on
-
ICE-2309 Make our ViewHandlers do all proper delegation
- Closed
Finally....an example of seam-pdf and ICEfaces using jsf-delegation. Still don't have the swing component working, but perhaps in future?