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 another action when click on the column label. DoView method is getting Complete list of Users but I want some particular list of users to be sort.
Asked
Active
Viewed 91 times
0
-
How is your `search container` getting the values in the beginning when it is loaded? Is it displaying all the users or just some particular list of users? – SASM Jan 28 '16 at 15:10
-
When first time portlet is loaded,It is getting a list of users from DoView Method and displaying in View.jsp . After that using search action I am filtering the user's list. – Ramesh Somalagari Jan 29 '16 at 12:56
-
Please provide some sample code. – SASM Jan 29 '16 at 15:14