HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Deployment / Configuration issues › Implement PD4ML Using xhtml in jsf 2.0 › Re: Re: Implement PD4ML Using xhtml in jsf 2.0
July 29, 2013 at 15:52
#29374
xmlns:pd4ml=”http://pd4ml.com/tlds/pd4ml/2.6″
in fact not an URL “to go”, but a unique ID for PD4ML’s TLD document. The ID is also present in the meta data of pd4ml_tl(_demo).jar. In a normal situation Servlet/JSP container discovers the IDs and do not even try to load http://pd4ml.com/tlds/pd4ml/2.6 as a web resource.
So in your case I would suspect problems with web application deployment.