As for FopPdfViewHandler, I only found one reference to it in the application/content/webapp/content/WEB-INF/controller.xml
<handler name="fop" type="view" class="org.ofbiz.webapp.view.FopPdfViewHandler"/> <view-map name="fonts.fo" page="/fonts.fo.ftl" type="fop"/> I checked the entire code base and didn't find a single reference to fonts.fo outside the definition in the controller.xml. There were a few references to fonts.fo.xml but I couldn't find any connection. It really appears to me that FopPdfViewHandler is never used. John
