You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Lo...@log-net.com on 2003/04/03 18:43:25 UTC

spanning rows create a page with just the table header

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: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org


Re: spanning rows create a page with just the table header

Posted by "J.Pietschmann" <j3...@yahoo.de>.
Louis.Masters@log-net.com wrote:
> FOP 0.20.3 jdk 1.4
> 
> Is this fixed in a later version of FOP?

Just try it.

J.Pietschmann


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org