Fórum

Liferay in Action Example Code

Beppo Ivel, modificado 9 Anos atrás.

Liferay in Action Example Code

Regular Member Postagens: 112 Data de Entrada: 09/04/14 Postagens Recentes
Hi.

I try to run the example portlet which come with the book liferay in action. But only the hello-world-portlet can be deployed. For the product-registration-portlet I get the error:

taglib definition not consistent with specification version


But also by editing the web.xml file I cant deploy the portlet:

<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemalocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">

    <!-- Config here. No taglibs! -->

</web-app>
thumbnail
David H Nebinger, modificado 9 Anos atrás.

RE: Liferay in Action Example Code

Liferay Legend Postagens: 14919 Data de Entrada: 02/09/06 Postagens Recentes
LiA sample code is for 6.1. What version of the SDK and Liferay are you using?