favicon 就是标签页左上角的小图标。liferay中修改这个 需要修改对应主题的/docroot/ima … Continue reading liferay favicon的修改
All posts by Stalvan
eclipse debug时为什么显示source not found或修改关联的source
解决方法如下: -》在调试的线程上 右键单击 -》选择Edit Source Lookup Path -》选择 … Continue reading eclipse debug时为什么显示source not found或修改关联的source
Liferay中使用开箱的portlet时自定义关联表的事务保持
Following are the important points that a Liferay Archi … Continue reading Liferay中使用开箱的portlet时自定义关联表的事务保持
如何将只能放在控制面板中的portlet加入到普通的站点页面中
1.本文以”我的账户” portlet为例解说。 2.设置页面为面板类型(这步可以不做 … Continue reading 如何将只能放在控制面板中的portlet加入到普通的站点页面中
eclipse 如何忽略js文件报错
eclipse 如何忽略js文件报错 本文翻译自:http://stackoverflow.com/quest … Continue reading eclipse 如何忽略js文件报错
Liferay的SessiionListner功能如何实现
在liferay中 如果想自己配置portlet中的web.xml 增加个sessionlistener。并写 … Continue reading Liferay的SessiionListner功能如何实现
Liferay添加自定义的Servlet
1.不应该在ext或者hook项目中来完成。应该在portlet中来完成 2.在portlet的web.xml … Continue reading Liferay添加自定义的Servlet
liferay service builder Could not reserve enough space for object heap
修改配置 liferay-plugins-sdk-6.2.0/build-common-plugin.xml … Continue reading liferay service builder Could not reserve enough space for object heap
portlet中图片访问
由于我需要在portlet中显示一个固定的图片。我的portlet工程名为 test-portlet 我在do … Continue reading portlet中图片访问