留言板

problem while sorting in liferay

sri devi,修改在10 年前。

problem while sorting in liferay

New Member 帖子: 17 加入日期: 13-5-22 最近的帖子
I have 3 tabs.priority,status,type.each tab having 3 columns they are name description and action.i implemented sorting for prioroty.its working fine.While implementing sorting for status and type.the url goes to priority url it is not goes status url and type url.Please solve this.
thumbnail
subhash lamba,修改在10 年前。

RE: problem while sorting in liferay

Regular Member 帖子: 136 加入日期: 13-7-7 最近的帖子
set value attribute the tag that you wont to select after sorting.
pass selected tab value from controller and set in value so your tab will be selected.

<liferay-ui:tabs names="priority,status,type" value="status" refresh="<%=false %>">

i hop this will help you.
sri devi,修改在10 年前。

RE: problem while sorting in liferay

New Member 帖子: 17 加入日期: 13-5-22 最近的帖子
I tried but its not working tell me another way
thumbnail
subhash lamba,修改在10 年前。

RE: problem while sorting in liferay

Regular Member 帖子: 136 加入日期: 13-7-7 最近的帖子
it's working for me.plz check you code.you have any other problem.
or share your code.
sri devi,修改在10 年前。

RE: problem while sorting in liferay

New Member 帖子: 17 加入日期: 13-5-22 最近的帖子
for priority it goes related action.jsp but for status and type it not goes to related jsps.it redirect to priority actions jsp