Today we will see how we can send error message from our controller. Here we set the error message in controller which is dynamic and view this on jsp with single tag.
So lets start this step by step :-
This blog is specially create for learning step by step liferay.We can learn liferay,hooks,ext,portlet,layout ,services and themes with eclipse ide.
Today we will see how we can send error message from our controller. Here we set the error message in controller which is dynamic and view this on jsp with single tag.
So lets start this step by step :-
Today we will see how we can call Rest API in Liferay by using Spring RestTemplate. We just need to add dependencies related to Spring and accordingly write our client.
So lets start this step by step :-
Today we will see how we can create application start up events in Liferay 7.3 . By using this we can create our configuration on start up of your module. So we don't need to create Custom Fields, Structure, templates etc using Control Panel. As soon as module is deployed code will run automatically.
So lets start this step by step :-
Today we will see how we can create custom fields in Liferay DXP . In this example we will create 3 custom fields one contain String value , second contain Boolean value and third contain drop down . We also set the permissions of Custom Fields in the same example. I am creating custom fields for sites . But you can use the same process for users and others entities of Liferay. Here i am using Liferay 7.3.
So lets start this step by step :-
Today we will how we can include image selector in our custom portlet . Here we create a custom portlet where we provide a Choose button as soon as user click on choose button a pop up will open where he can select the images from document and media portlet . Here i am using Liferay 7.3.
So lets start this step by step :-
By Default in Liferay DXP jQuery is disable . But we can easily enable this using control panel. Here i am using Liferay 7.3.
Just Login with Admin and Go to control panel then system settings
Today we will discuss how we can display files which are stored in document and media portlet of Liferay.We also create download link so that user can download the files which are stored in document and media . Here i am using Liferay 7.3.
So lets start this step by step :-
Today we will see how we can read excel file(.xlsx) using Apache POI .The main problem in this is POI dependencies .POI create problem with OSGI .So we add dependencies in gradle and include resources in bnd.Here i am using Liferay 7.3.
So lets start this step by step :-
We already know how to create Rest API in Liferay 7 (JAX-RS Web Services). Today we will see how we can use spring and add objects in Liferay databases. Here we will create a Rest service that will add data in Liferay database. Before reading this blog it is highly recommended to read how to create Rest API in Liferay 7 (JAX-RS Web Services). Here i am using Liferay 7.3.
So lets start this step by step :-
Today we will discuss how to create Rest Services in Liferay. By using JAX-RS we will create Rest Services that can be used by other applications. Here i am using Liferay 7.3.
So lets start this step by step :-