Questions tagged [searchcontainer]

Data GUI generator for Liferay entities

SearchContainer is Liferay's standard way to create entity manipulation user interfaces. They can be defined in JSP with the <liferay-ui:search-container> tag. See the official documentation.

10 questions
10
votes
1 answer

Added orderable=true to Liferay search container, controls appeared but order does not change

I have written a Liferay search container, it works great. Now I want columns to be sortable by alphabetical order, so I added orderable="true":
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
1
vote
0 answers

How to refresh a portlet on a page where there is more portlets? (liferay-7.2)

I have a portlet "Portlet A" that displays a content and calls another portlet "Portlet B" with "runtime". So I have two portlets on the same page. The "Portlet B" has a search-container. When I click on next or page 2 in the search-container it…
NoSe
  • 99
  • 8
1
vote
1 answer

Liferay Search Container pagination issue: When click on next or page no 2 it will redirect to default render method

Liferay Search Container pagination issue: When we click on next or page no 2 it will redirect to default render method and default jsp is called. I also searched Liferay community forums and they suggested to use iteratorURL or <% PortletURL…
1
vote
1 answer

Customizing how values get displayed in a Liferay SearchContainer

My Liferay entity Person has a which points to the primary key of another instance of Person. This long shows up as a number in the SearchContainer table I created:
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
0
votes
1 answer

Poor performance with Search container in Liferay 7

I'm facing performance issues while trying to show data with Liferay Search-container. I've 1000 record (Web content), I'm using pagination also. When refreshing page, performance are so poor. Is there optimisation to do in Liferay to decrease…
wikimix
  • 457
  • 6
  • 23
0
votes
1 answer

Liferay SearchContainer with multiple classes

I want to make a date list with patients and doctors, in database have 1: N, and the patients is reference by the id, when i do a simple serach-container the column doctorName is null because the patient class has not a name namedDoctor , Only have…
user7332139
0
votes
1 answer

Are there any specific scenarios to use Liferay search container over Dandelion datatables framework?

Are there any specific scenarios to use Liferay search container over Dandelion data tables framework,when Data tables provide far better collection of features(such as multi column sorting,filtering,searching,i18,etc) and is easy to integrate…
Shivam Aggarwal
  • 795
  • 1
  • 11
  • 30
0
votes
1 answer

Liferay Search Container not working .cant see next page option in liferay7

I want to display list of items on a page..using Liferay search container.. I am using Liferay 7.0 ge 1 here is my code..ItemFound is the entity i have used.. I am not getting that next page ,tems per page ..and all .in the screen.. hELP ME <%@…
Rahul
  • 54
  • 1
  • 9
0
votes
0 answers

Liferay Search Container is giving Symbol Error

I am simply displaying records using Liferay Search Container but it is giving me Error : equal Symbol Expected
0
votes
0 answers

Liferay Search Container Sorting Without executing doview method

I have created a MVC portlet in liferay 6.2. In that portlet i am using search container with sorting. Whenever I click on column of search container it works perfectly fine but it executes Do View method every time. Is it possible to execute…
Ramesh Somalagari
  • 525
  • 3
  • 11
  • 35