Drop the image gallery portlet in the page and then go to look and feel of the portlet configuration and then add the below code in the e...
Creating ActionURL and RenderURL
Render URL Creation : To navigate from one page to another page in liferay we use render URL. 1.Create the render url: 2.Specif...
Creating Layouts in liferay
1.Go to File → New → Liferay Plugin Project. 2.Enterthe Project name and Display name. 3.Choose whichever build type you prefer ...
Basic Authentication Example in Servlets
In Basic authentication, if you try to send a request, a popup window appears and you enter a particular username/password, which gets sen...
Why do we forward the port?
Port forwarding is used when you want to access a service running by some private network machine from an outside network(public network)....
want to disable openid, create account and forgot password in Liferay6.2 ?
-Do not Allow users to request forgotten passwords? -Do not Allow users to request password reset links? Following links shown on Login...
Importing Mysql Database ?
goto terminal and then type the following command: mysql -u root -p lportal62 < /opt/Liferay6.2/liferay6.2database.sql