#36155

Thanks you so much for your reply.

We have a very old version of PD4ML. I believe we have version 1.0 jar files but in jsps we use following taglib:
<%@ taglib uri=”http://pd4ml.com/tlds/pd4ml/2.6&#8243; prefix=”pd4ml” %><%@page
contentType=”text/html; charset=ISO8859_1″%><pd4ml:transform
screenWidth=”900″
pageFormat=”LETTER”
pageOrientation=”portrait”
pageInsets=”25,50,25,25,points”
enableImageSplit=”false”>

Should we still stick with version 3 or should we change to version 4 ?

Also I figured out the debug=”true” breaks the page. Instead changing it to debug=”1″ or debug=”0″ works.
Maybe thats a bug in PD4ML?
Thanks.