In the previous tutorial on Liferay Search Form with Search Container we see how we can search data from a search container. We override DisplayTerm and Search Container classes. Today we will create the same thing but in a simple way. Before reading this blog it is highly recommended to read my previous blog on Liferay Search Form with Search Container.
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.
Showing posts with label Search Container. Show all posts
Showing posts with label Search Container. Show all posts
Saturday, September 30, 2017
Search Form with Search Container in Liferay
In the previous tutorial on Liferay Search Form with Search Container we see how we can search data from a search container. We override DisplayTerm and Search Container classes. Today we will create the same thing but in a simple way. Before reading this blog it is highly recommended to read my previous blog on Liferay Search Form with Search Container.
Labels:
liferay-ui,
Search Container
Saturday, September 23, 2017
Liferay Search Form with Search Container
We already know how to use Search Container in Liferay. Today we will create a search form that can search values from search container. For this we use <liferay-ui:search-form> tag. By using this we can apply basic as well as advance search.
Liferay use this in many places like when you go to web content section (Admin->Content)
Labels:
liferay-ui,
Search Container
Friday, February 17, 2017
Pagination Problem in Liferay Search Container
We already see in detail how Search Container work in Liferay. But consider a scenario.
Let we have 9 records and we display 4 records on each page. So basically we have :-
a)2 pages with 4 records on each page
b)3rd page(last page) with only one record.
Now we delete record from 3rd page so ideally after deleting it will go to second page as now there are only 8 records . But in Liferay it will go to first page. So lets resolve this.Before reading this it is recommended to read search container in detail
Labels:
Search Container
Thursday, January 22, 2015
Search Container in Liferay 6.2
Liferay Provide a simple and easy way to show list of Objects in proper tabular format with pagination by using Search Container tag of liferay.
Our goal is to show a list of Student in which:-
1)Column show student name,last name,Class etc.
2)In one column we show address of Student that comes from another jsp.
Labels:
Search Container
Subscribe to:
Posts (Atom)