Details
Description
The jsf and jsp tabset tags have very different apis, yet it's intended that they share common CSS and a common HTML structure, which is problematic. We need to review the apis to see if any further commonality can be brought to these components.
jsf api
********
autoWidth
binding
currentId
defaultId
fixedHeight
id
immediate
orientation
parentFooter
parentHeader
rendered
singleSubmit
style
jsp api
***********
id
styleClass
style
selectedTab
Issue Links
- depends on
-
MOBI-640 rework tabset component to use core rendering strategy
- Resolved
recommend that the tabs get rendered dependent on attribute orientation. currently jsf component is supporting this feature using css (rather than rendering tabs accordion to where they would be expected). Wonder if this doesn't affect the flow somehow and might get better performance and less problems once they are rendered accordion to this attribute. Will also translate better when implementing this in JSP and bringing this feature to JSP (using core rendering strategy).