[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2500) <p:html> does not work as a child of a <p:cell>

Darryl Smith (JIRA) jira-events at lists.jboss.org
Tue Jan 15 17:32:19 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2500?page=all ]

Darryl Smith updated JBSEAM-2500:
---------------------------------

    Attachment: testHTMLPdf.zip

code to produce example

> <p:html> does not work as a child of a <p:cell>
> -----------------------------------------------
>
>                 Key: JBSEAM-2500
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2500
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: PDF
>    Affects Versions: 2.0.1.CR1
>            Reporter: Darryl Smith
>         Attachments: testHTMLPdf.pdf, testHTMLPdf.zip
>
>
> order / unordered list and tables do not work when added as a child of <p:cell>
> UIHTMLText places the collection of HTML elements within a Paragraph.
> UICell 's handleAdd method adds it as a phrase.
> The correct way would to be add each HTML element to cell
> e.g.
> for each element from HTMLWorker.parse
> pcell.addElement(element)
> In addition, italicized Seam Text does not work regardless of where it is put.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list