Revision 27159 - Re-factor component to wrap ace:tabSet, new tab source:
<c:choose> <c:when test="#
"> <ace:tabSet id="#
" style="#
" orientation="#
" selectedIndex="#
"> <ui:insert/> </ace:tabSet> </c:otherwise> </c:choose>
It would be nice to have the app. maintain the selected tab as it improves user-optics, otherwise might be confused for a bug.
Revision 27159 - Re-factor component to wrap ace:tabSet, new tab source:
<c:choose>
{empty selected}<c:when test="#
">
{id}"<ace:tabSet id="#
style="#{style}"
orientation="#{orientation}">
<ui:insert/>
</ace:tabSet>
</c:when>
<c:otherwise>
<ace:tabSet id="#{id}
"
{style}style="#
"
{orientation}orientation="#
"
{selected}selectedIndex="#
">
<ui:insert/>
</ace:tabSet>
</c:otherwise>
</c:choose>