In following PDF templat, everything shows fine in PDF format; but in RTF format table
doesn't display - all other text displays.
Seam 2.0.1GA
| ...
| <p:paragraph alignment="left" spacingBefore="10"><p:font
size="12"
style="BOLD">#{applicationStatByCourse.universityList[0].longName}
|
| ...
|
| </p:font></p:paragraph>
| <p:font familyName="HELVETICA" size="10">
|
| <p:table columns="8" widths="7.75 2.75 1.5 1.5 1.5 1.5 1.5
1.5" headerRows="1" widthPercentage="100"
spacingBefore="10" >
|
| <f:facet name="defaultCell"><p:cell
borderWidth=".1" borderColor="lightgray"/></f:facet>
|
| <p:cell horizontalAlignment="left"
verticalAlignment="middle"
grayFill=".8"><p:paragraph>Campus/Course</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle"
grayFill=".8"><p:paragraph>Applicant
Total</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle" grayFill=".8"><p:paragraph>1st
Pref</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle" grayFill=".8"><p:paragraph>2nd
Pref</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle" grayFill=".8"><p:paragraph>3rd
Pref</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle" grayFill=".8"><p:paragraph>4th
Pref</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle" grayFill=".8"><p:paragraph>5th
Pref</p:paragraph></p:cell>
| <p:cell horizontalAlignment="right"
verticalAlignment="middle" grayFill=".8"><p:paragraph>6th
Pref</p:paragraph></p:cell>
|
| <ui:repeat value="#{applicationStatByCourse.campusList}"
var="campus" varStatus="rowInd">
| <p:cell horizontalAlignment="left" colspan="8"
grayFill=".9"><p:paragraph><p:font
style="BOLD">#{campus.shortDescription}</p:font></p:paragraph></p:cell>
| <ui:repeat value="#{applicationStatByCourse.courseList}"
var="course">
| <ui:fragment
rendered="#{(campus.id==course[3])}">
| <p:cell horizontalAlignment="left"
colspan="8" grayFill=".97"
paddingLeft="10"><p:paragraph><p:font
style="BOLD">#{course[0]} -
#{course[1]}</p:font></p:paragraph></p:cell>
| <ui:repeat
value="#{applicationStatByCourse.dataCourseList}"
var="courseStat">
| <ui:fragment
rendered="#{(course[0]==courseStat[2])}">
| <p:cell horizontalAlignment="left"
paddingLeft="20"><p:paragraph><p:text
value="#{courseStat[5]}"><f:convertNumber
groupingUsed="true"/></p:text></p:paragraph></p:cell>
| <p:cell
horizontalAlignment="right"><p:paragraph><p:text
value="#{courseStat[7]}"><f:convertNumber
groupingUsed="true"/></p:text></p:paragraph></p:cell>
|
| ...
| ...
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129294#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...