[jbossseam-issues] [JBoss JIRA] Created: (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:30:18 EST 2008


<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


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