  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | JSP - A mailing list about Java Server Pages specification and reference | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Nested table creates unwanted page break | Nested table creates unwanted page break 2006-08-13 - By Paul Littlefield
Back I have two tables A and B. Table B is longer than one page, so it is split across two pages. My document looks like: Page 1: some paragraph text (one line) Table B (begin) Page 2: Table B (continued) If I nest B inside of table A where A is only one row, one cell that contains table B, then I get an extra page: Page 1: some paragraph text (one line) Page 2: Table B (begin) Page 3: Table B (continued) It seems like a page break is inserted prior to table A being created. Is there a way to prevent this? Is it a bug? I had expected the document to be exactly the same as the first scenario with only 2 pages. Some extra info: I put a border around table A to see where it was drawn and the border appeared on page 2 and 3. Thanks, -Paul -- ---- ---- ---- ---- ---- ----- Get your email and more, right on the new Yahoo.com I have two tables A and B. Table B is longer than one page, so it is split across two pages. My document looks like:<br> <br> Page 1:<br> some paragraph text (one line)<br> Table B (begin)<br> <br> Page 2: <br> Table B (continued)<br> <br> <br> If I nest B inside of table A where A is only one row, one cell that contains table B, then I get an extra page:<br> <br> Page 1:<br> some paragraph text (one line)<br> <br> Page 2:<br> Table B (begin)<br> <br> Page 3:<br> Table B (continued)<br> <br> It seems like a page break is inserted prior to table A being created. <br> <br> Is there a way to prevent this? Is it a bug? I had expected the document to be exactly the same as the first scenario with only 2 pages.<br> <br> Some extra info: I put a border around table A to see where it was drawn and the border appeared on page 2 and 3.<br> <br> Thanks,<br> -Paul<br> <p>  <hr size=1>Get your email and more, right on the <a href="http://us.rd.yahoo .com/evt=42973/*http://www.yahoo.com/preview"> new Yahoo.com</a>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions
|
|
 |