I tried to include multiple source page path using ui:include tag in different tabs. The problem is when i gave the source page path as static one means that page will be sh
The above Community's answer hasn't worked for dynamic tabView
If i use dynamic="true" and c:foreach for tabs, when i add or remove a tab, do update @tabViewId, the tabview will reload "All content of existed tabs" => this is not the way to attribute "dynamic" work, it's not lazy.
My project has a problem with this, i had to customize the method encodeEnd of TabViewRenderer and do something else, but it's not simple.
I wondering whether there is a way to include XHTML templates at rendered time?