Details
Description
old tabSet component had series of tags for it and not all the features. Remove
jsp:-
<tabSet>
<headers>
<header>
<content>
<contentPane>
remove from TLD and from jsptagtest example (webapp/tabset/oldTabSet.jsp)
Then rename tabSetControl to tabSet
no contentPane or content tags still used in JSP (removed from implementation of accordion in 1.2)
jsp:-
<tabSet>
<headers>
<header>
<content>
<contentPane>
remove from TLD and from jsptagtest example (webapp/tabset/oldTabSet.jsp)
Then rename tabSetControl to tabSet
no contentPane or content tags still used in JSP (removed from implementation of accordion in 1.2)
checked in renamed tabSetControl -> tabSet and renamed in samples and tld, but mvc-mediacast app not coming up properly. assigned to Philip to review the app.