Organigram

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
henriquelssantiago
Posts: 1
Joined: 14 Aug 2017, 21:38

14 Aug 2017, 21:43

The error:

Code: Select all

HTTP Status 500 - /organigram.xhtml @12,15 <p:organigram> Tag Library supports namespace: http://primefaces.org/ui, but no tag was defined for name: organigram
The scenario is: I'm using Primefaces 6.1 version, the component needs at least v6.0.8 version.

I'm using Ultima Theme too.

Follows the PrimeFaces dependency.

Code: Select all

<dependencies>
    <dependency>
        <groupId>org.primefaces</groupId>
        <artifactId>primefaces</artifactId>
        <version>6.1</version>
    </dependency>
</dependencies>
<repositories>
    <!-- For 3.5 and older -->
    <repository>
        <id>prime-repo</id>
        <name>PrimeFaces Maven Repository</name>
        <url>http://repository.primefaces.org</url>
        <layout>default</layout>
    </repository>
</repositories>
organigram.xhtml

Code: Select all

<ui:composition xmlns="http://www.w3.org/1999/xhtml"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:ui="http://java.sun.com/jsf/facelets"
    xmlns:p="http://primefaces.org/ui" template="/WEB-INF/template.xhtml">

    <ui:define name="content">

        <p:organigram></p:organigram>

    </ui:define>

</ui:composition>
Independent of putting something in the component, it returns the same error

Build Path
Image

Maven Dependecy
Image

template.xhtml

Code: Select all

<h:head>
    <title>Template</title>
    <ui:insert name="head" />
</h:head>
<h:body>
    <ui:include src="./topbar.xhtml" />
    <ui:include src="./menu.xhtml" />

    <div class="layout-main">
        <ui:insert name="content" />
    </div>
</h:body>

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

13 Sep 2017, 09:20

I think this issue isn't an Ultima Layout or Theme issue. Could you please try it without Ultima? I think you can use PrimeFaces core forum for this issue; viewforum.php?f=3

Post Reply

Return to “Ultima - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 14 guests