You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2002/11/13 22:08:14 UTC

DO NOT REPLY [Bug 14527] New: - table text generation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14527>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14527

table text generation

           Summary: table text generation
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: rlacasse@gwdi.com


I'm trying to generate a table using the following format of xml
<node1>
  <node2 attribute />
  <node2 attribute />
  <node2 attribute />
  <node2 attribute />
  ...
</node1>

The problem I'm experiencing is that if I have more than 14 "node2" elements 
and I try to generate the output as text, fop dumps a 
java.lang.ArrayIndexOutOfBoundsException.  14 or less doesn't cause a problem.  
On the other hand, if I try to generate pdf, awt or any of the other formats, 
it's error free and works like a charm.

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