How To Use Infinite Scroll On Dynamic Data In Liferay
Version:Liferay 6.2
*In this example JournalArticle table is used for data, you can use any table for getting data.
Steps:
1> Create one custom portlet with named "scroll" or "infinite scroll" or anything as per you requirment naming convention
2>Paste below code in portlet jsp page
view.jsp
---------
<%@ taglib uri="http://java.sun.com/portlet_2_0"...
Saturday, February 14, 2015
Sunday, February 1, 2015
Create Custom Login Portlet In Liferay

Create Custom Login Portlet In Liferay
*Liferay 6.2 version
1. Before start portlet creation add below property in portal-ext.properties file,
session.enable.phishing.protection=false
then start/restart server.
2. Now...
Subscribe to:
Posts (Atom)