掲示板

Liferay in Action Example Code

9年前 に Beppo Ivel によって更新されました。

Liferay in Action Example Code

Regular Member 投稿: 112 参加年月日: 14/04/09 最新の投稿
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
9年前 に David H Nebinger によって更新されました。

RE: Liferay in Action Example Code

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
LiA sample code is for 6.1. What version of the SDK and Liferay are you using?