As I recall, itext uses completely different structures for pdf tables and non-pdf tables, making it very difficult to write a generic "table" component. Since the RTF and HTML generation was more of a toy idea, I didn't spend any time on it.
If you feel like doing some coding, I'll be happy to point you in the right direction and make sure the code gets in. Otherwise, I'd suggest opening a JIRA issue and getting others to vote on it. If there's enough interest, we could add RTF support to the roadmap.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096606#4096606
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096606
Alright, I found a reference to the original question in section 10.8.3 of the Portal Reference Guide. I'd sort of ignored this since I'd been looking for a direct method to the Window object, rather than using the PortalNode.
As for getting a reference to a PortalObject from a PortalNode, it appears that one can get a reference via the portal.getPage(node.getName()) or page.getWindow(node.getName()) methods. I'm not sure if this is the recommended method, but it seems to work.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096599#4096599
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096599