File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Tabbed Pane support in JSF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Tabbed Pane support in JSF" Watch "Tabbed Pane support in JSF" New topic
Author

Tabbed Pane support in JSF

Shashidahanu Iyyanar
Ranch Hand

Joined: Jun 22, 2005
Posts: 37
Hi All,
I am planning to make use of a tabbed pane structure in my project using JSF.Is developing the tabbed pane structure possible using JSF or do I have to use any third-party tabbed pane component compatible with JSF?Please anyone suggest a solution for this problem?A example would be much better.Thanks in advance.
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14475
    
    7

I'm not sure offhand where there's a tabbed pane in the core JSF, but core JSF is pretty useless, and most of the real-world JSF implementations such as MyFaces do have some sort of tabpane tag.


Customer surveys are for companies who didn't pay proper attention to begin with.
Mike London
Ranch Hand

Joined: Jul 12, 2002
Posts: 948
Tabbed pane, not in Core JSF, but ...

Check out:

http://myfaces.apache.org/tomahawk/overview.html

There are TONS of very cool controls.

Hope this helps.

-- Mike
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Tabbed Pane support in JSF
 
Similar Threads
Action for JMenuItem
Tab support in Struts
Passing hidden values from one tab to another
applet in tabbedpane
Tabbed pane structure support