use-default-template 配置标签不起作用

发布于 2024-12-13 04:23:34 字数 438 浏览 1 评论 0原文

我创建了简单的“Hello world”portlet,并将其添加

<use-default-template>true</use-default-template>

到 liferay-portlet.xml 文件的 portlet 部分。

Portlet 停止工作,日志中出现以下异常

11:29:03,973 错误 [PortletLocalServiceImpl:656] com.liferay.portal.kernel.xml.DocumentException:文档第 13 行出现错误:元素类型“portlet”的内容必须match "(portlet-name,icon?,............等等

我的标签名称出现在此处。

这是为什么?此标签是否已过时或谢谢

I've created simple "Hello world" portlet and just added

<use-default-template>true</use-default-template>

to the portlet section of liferay-portlet.xml file.

Portlet stopped to work with the following exception in the log

11:29:03,973 ERROR [PortletLocalServiceImpl:656] com.liferay.portal.kernel.xml.DocumentException: Error on line 13 of document : The content of element type "portlet" must match "(portlet-name,icon?,............ and so on

The name of my tag is present here.

Why is this? Is this tag obsolete or something?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秋叶绚丽 2024-12-20 04:23:34

问题在于 liferay-portlet.xml 上标签的顺序。您应该按照“规范”(DTD)。

The problem is the order of the tags on the liferay-portlet.xml. You should put the tags on the right order following the "spec" (DTD).

零度° 2024-12-20 04:23:34

是的,仅 DTD 顺序有问题。

你可以看看liferay门户的一些好文章。

http://www.exceptionhandle.com/portal/category/portals-2

Yes problem with DTD order only.

You can can see some good articles of liferay portal.

http://www.exceptionhandle.com/portal/category/portals-2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文