Foros de discusión

Liferay in Action Example Code

Beppo Ivel, modificado hace 9 años.

Liferay in Action Example Code

Regular Member Mensajes: 112 Fecha de incorporación: 9/04/14 Mensajes recientes
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 hace 9 años.

RE: Liferay in Action Example Code

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
LiA sample code is for 6.1. What version of the SDK and Liferay are you using?