
| Key: |
ICE-2114
|
| Type: |
New Feature
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Judy Guglielmin
|
| Votes: |
13
|
| Watchers: |
7
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
seam-ice-itext.zip (2.64 MB)
|
|
Environment:
|
Seam2.0, seam-pdf, facelets, jsf1.2
|
|
Issue Links:
|
Dependency
|
|
This issue depends on:
|
|
|
ICE-2309 Make our ViewHandlers do all proper delegation
|
|
|
|
|
|
|
|
|
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.
|
|
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. |
Show » |
|