Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #26859

    what is implement for setup pd4ml.
    He copied folders tlds in web-inf –> lib –> pd4ml.tld and files in lib –> pd4ml_tl_demo.jar in proyect.

    it is proyect on page main login.xhml describe

    xmlns:pd4ml=”http://pd4ml.com/tlds/pd4ml/2.6″>

    in xmlns:pd4ml is not found namespace “http://pd4ml.com/tlds/pd4ml/2.6”.

    #29372

    PD4ML distribution ZIP includes a web application structure WEB-INF, you may reuse. TLD and pd4ml_tl.jar are already in correct locations. Just copy pd4ml_demo.jar and ss_css2.jar to WEB-INF/lib

    #29373

    @PD4ML wrote:

    PD4ML distribution ZIP includes a web application structure WEB-INF, you may reuse. TLD and pd4ml_tl.jar are already in correct locations. Just copy pd4ml_demo.jar and ss_css2.jar to WEB-INF/lib

    One Question
    he download file pd4ml.lib.trial.385b9 he copied files
    proyectwebweb-inflibpd4ml_demo.jar
    proyectwebweb-inflibpd4ml_tl_demo.jar
    proyectwebweb-inf\libss_css2.jar
    and
    proyectwebweb-inftldspd4ml.tld

    I use Netbeans 7.3 in facelets jsf 2.0

    In page main login.xhtml writtlen

    http://pd4ml.com/tlds/pd4ml/2.6&#8220;> here <== No library found for namespace http://pd4ml.com/tlds/pd4ml/2.6

    #29374

    xmlns:pd4ml=”http://pd4ml.com/tlds/pd4ml/2.6&#8243;

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Deployment / Configuration issues’ is closed to new topics and replies.