1.jsp中的form的 enctype=”multipart/form-data” … Continue reading liferay上传图片并展示,guest可见
Tag Archives: liferay
Liferay ServiceBuilder 建表时 字段长度,默认值限制
修改 portlet-model-hints.xml 文件 例如 里面的 <hint name=R … Continue reading Liferay ServiceBuilder 建表时 字段长度,默认值限制
Liferay主题引入jquery
1.将jquery-1.8.2.min.js粘贴到主题的 docroot/_diffs/js/ 目录下 2.假 … Continue reading Liferay主题引入jquery
liferay favicon的修改
favicon 就是标签页左上角的小图标。liferay中修改这个 需要修改对应主题的/docroot/ima … Continue reading liferay favicon的修改
Liferay中使用开箱的portlet时自定义关联表的事务保持
Following are the important points that a Liferay Archi … Continue reading Liferay中使用开箱的portlet时自定义关联表的事务保持
如何将只能放在控制面板中的portlet加入到普通的站点页面中
1.本文以”我的账户” portlet为例解说。 2.设置页面为面板类型(这步可以不做 … Continue reading 如何将只能放在控制面板中的portlet加入到普通的站点页面中
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中图片访问