Skip to content

Instantly share code, notes, and snippets.

@MrMikeFloyd
Created December 9, 2019 10:30
Show Gist options
  • Save MrMikeFloyd/1e563959c1fe1eae0c0b4895ed26a9ff to your computer and use it in GitHub Desktop.
Save MrMikeFloyd/1e563959c1fe1eae0c0b4895ed26a9ff to your computer and use it in GitHub Desktop.
Example for creating a JSTL-loop-powered Tabpanel
<rich:tabPanel width="50px">
<c:forEach items=#{_myTabs}" var="_myTab" varStatus="currPos">
<rich:tab switchType="client" label="Tab ${currPos.index}">
.
.
.
</c:forEach>
</rich:tabPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment