RE: Liferay UI Tabs

Ervinas Marocka, modified 6 Years ago. Junior Member Posts: 31 Join Date: 10/8/18 Recent Posts
Hello,

Having a problem, not sure how to solve it correctly.

I'm using Liferay CE 7.0.6 GA7 version. I'm trying to create a portlet which has Tabs from <liferay-ui:tabs> tags. I have done that, the tabs are being shown, but, when I press on it, it doesn't show as active or opened. I know that i fi seperate my tabs in seperated jsp files it could work, but I need to do that in one JSP file. 

My tags:

    <liferay-ui:tabs
        names='<%= "Physical,Juridical,Groups"%>'
        param="tabs"
        refresh="<%= false %>"
        type="tabs nav-tabs-default"
        tabsValues="physical,juridical,groups"
        >

Moreover, i don't want to refresh my website when I choose the tab. I need it to update in real time. So any solution to spare? Or maybe someone found an answer?
Ervinas Marocka, modified 6 Years ago. Junior Member Posts: 31 Join Date: 10/8/18 Recent Posts
So? Any solution on how to get tab name or update its value without refreshing?
Ervinas Marocka, modified 6 Years ago. Junior Member Posts: 31 Join Date: 10/8/18 Recent Posts
This community rocks! Thanks for the clear answers guys. :)