I ran into the following issue:  If my spanned rows stay on one page, they
work as desired.  If the data in the spanned rows is very long and it
forces the rows onto a new page, I get the correct two pages, BUT they are
preceded by a page that just has the table headers.  For example:

Working Scenario (single page, A & D are spanned):

Page 1
|Head1    |Head2  |Head3  |Head4    |
|A        |B      |C      |D        |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |


Not-working scenario (should be two pages, A & D are spanned):

Page 1
|Head1    |Head2  |Head3  |Head4    |

Page 2
|Head1    |Head2  |Head3  |Head4    |
|A        |B      |C      |D        |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |
|         |B      |C      |         |

Page 3
|Head1    |Head2  |Head3  |Head4    |
|         |B      |C      |         |
|         |B      |C      |         |

FOP 0.20.3 jdk 1.4

Is this fixed in a later version of FOP?

-Lou




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to