Tabbar + jsp include

Is it possible for me to give separate jsps as the content in tabs while using tabbar?

Yes, tabbar can work in few modes when content of each tab loaded from separate document


a) each tab - separate iframe

    dhtmlx.com/docs/products/dht … 3263239000

    tabbar.setHrefMode(“ajax-html”)

    tabbar.addTab(“a1”,“tab 1”,200)

    tabbar.setContentHref(“a1”,“custom.jsp”)