use-default-template 配置标签不起作用
我创建了简单的“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题在于 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).
是的,仅 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