#27584

I am using Lotus Domino so this may be the case.

I have created the above class file and included it as i have with the pd4ml library and it all compiles fine. The following is how i added the resource provider:

[language=java:1trbjb29]PD4ML pd4ml = new PD4ML();
pd4ml.setPageInsets(new Insets(20, 10, 10, 10));
pd4ml.setHtmlWidth(1000);
pd4ml.setPageSize(format);

HashMap map = new HashMap();
map.put( “pd4ml.extra.resource.loaders”, “CustomFileResourceProvider” );
pd4ml.setDynamicParams(map);[/language:1trbjb29]
How ever this does not seem to have made any different/affect? I put a System.out.println statement in the Custom Resource Provider to see if it is used and my output never appears ….

Can you provide me with anymore help??

Thanks,

Nick