Issue Details (XML | Word | Printable)

Key: ICE-2114
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Judy Guglielmin
Votes: 13
Watchers: 7
Operations

If you were logged in you would be able to see more operations.
ICEfaces

allow seam-pdf functionality with ICEfaces

Created: 14/Sep/07 08:18 PM   Updated: 10/Apr/09 11:31 AM
Component/s: Framework
Affects Version/s: 1.7DR#1
Fix Version/s: None

File Attachments: 1. Zip Archive seam-ice-itext.zip (2.64 MB)

Environment: Seam2.0, seam-pdf, facelets, jsf1.2
Issue Links:
Dependency
 


 Description  « Hide
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.

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Judy Guglielmin added a comment - 17/Nov/08 03:03 PM
Finally....an example of seam-pdf and ICEfaces using jsf-delegation. Still don't have the swing component working, but perhaps in future?

Judy Guglielmin added a comment - 17/Nov/08 03:05 PM
resolved now with jboss-seam-2.1.0. See attached example.