Fórum

How to get the value of management bar filter in DXP?

thumbnail
Abhishek Jain, modificado 6 Anos atrás.

How to get the value of management bar filter in DXP?

Regular Member Postagens: 226 Data de Entrada: 20/08/16 Postagens Recentes
I am using the following tag:-
 <liferay-frontend:management-bar-filter label="status" managementBarFilterItems="<%= listManagementBarFilterItem %>" value="WorkflowConstants.getStatusLabel(WorkflowConstants.STATUS_EXPIRED)" /> 

Now I want to retrieve the value for this tag in my jsp. Does anyone know how to do that?