Hi You have to download the jars and include them as a library. Don't use the old ones, a lot of improvements has been done since that time, probably the problem could be caused by a bug in that time.
In eclipse, it is better to use apache maven and mvn eclipse:eclipse and then import the eclipse project into the workspace. Or maven+netbeans. regards, Leonardo Uribe 2012/6/22 glenster <[email protected]>: > > Hi Leonardo, > Thank you for your response. > > I have just tried the latest tomahawk (tomahawk20-1.1.13.jar) library, but > it still renders the tabs as buttons. > > I have tried to upgrade the MyFaces Core JSF implementation to the latest > 2.0.14 (currently using 2.0.2), but Eclipse only shows the older 2.0.2 > MyFaces library when I try to download the latest MyFaces library: > http://old.nabble.com/file/p34054617/jsf_libs.png > > So I don't know if the latest MyFaces Core JSF Implementation would fix this > problem. > Anyone have any idea on how to force Eclipse to pickup the latest MyFaces > Core library? > > Thanks again, > Glen > > > > Leonardo Uribe wrote: >> >> Hi >> >> It could be of big help to compare the generated markup in 1.2 and >> 2.0. Then, check if all required resource files are loaded. Also, >> check that you are using the latest version (1.1.13). >> >> Checking the latest sample it works as expected. I don't see anything >> strange between 1.2 and 2.0. See the working example at >> http://www.irian.at/myfaces >> >> regards, >> >> Leonardo Uribe >> >> 2012/6/21 glenster <[email protected]>: >>> >>> Hi, >>> Has there been any further advances on this problem. I am having the >>> same >>> troubles too with t:panelTabbedPane and t:panelTab tags. >>> >>> I get buttons instead of tabs. This works under Tomahawk for JSF 1.2, but >>> not for the JSF 2.0 version. >>> >>> In Tomahawk for JSF 2.0 it renders like this: >>> >>> http://old.nabble.com/file/p34050087/tabs_problem.png >>> >>> If you or anyone has found a way to get tabs to render properly, I'd be >>> grateful to hear about it. >>> >>> Many thanks, >>> Glen >>> >>> >>> Shane Petroff wrote: >>>> >>>> On 11/29/2011 11:18 PM, Leonardo Uribe wrote: >>>>> Replace<head> and<body> tags with h:head and h:body will >>>>> solve the problem. >>>> >>>> OK, another dumb question: where are h:head and h:body defined? The >>>> other h tags 'live' in >>>> myfaces-bundle-2.1.4.jar!META-INF/myfaces_html.tld, but there are no >>>> tags for head and body defined in there. The facelets tld docs mention >>>> them, but I'd like to keep as many jsp files around as I can (until I >>>> have a need to change their functionality, then they would be converted >>>> to facelets). At this point, all I'm trying to do is get the thing >>>> running under the new libs (haven't actually changed anything yet apart >>>> from ValueBindings -> ValueExpressions). >>>> >>>> -- >>>> Shane >>>> >>>> >>>> >>> >>> -- >>> View this message in context: >>> http://old.nabble.com/t%3ApanelTabbed-tp32885226p34050087.html >>> Sent from the MyFaces - Users mailing list archive at Nabble.com. >>> >> >> > > -- > View this message in context: > http://old.nabble.com/t%3ApanelTabbed-tp32885226p34054617.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. >

