  | 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 | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Re: Crosses of the table of CheckBox form fields appearing on the next page? | Subject: Re: Crosses of the table of CheckBox form fields appearing on the next page? 2007-11-01 - By Bruno Lowagie
Back Haluk Acar Guner wrote: > I studied your test program tried to solve the problem with > "setPlaceInPage()" > method but it made no difference at all.
I finally found the time to have a look at your example. The problem with your example, is that you are adding the parent field ('person') twice. Once with one set of checkboxes, once with two sets of checkboxes (of which one set has the exact same names as the first set).
What I meant with using setPlaceInPage is explained in the attached sample: first you create the hierarchy of the fields (parents, kids), then you add the parent; you can add the coordinates of the kids (in your case: in a cell event).
If you have any further questions, please post them on the mailing list. You asked me why you didn't get a response to your question. I didn't realize you had sent your code sample to me and only me because you kept [iText-questions] in the Subject:-line. You have a higher chance of receiving an answer if you post a question to the 1300 subscribers of the mailing list.
br, Bruno
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ----- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ __ ____ ____ ____ ____ ____ ____ ____ ____ ____ iText-questions mailing list iText-questions@(protected) https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
|
|
 |