Angeline
Angeline

Reputation: 2379

How to create tabbed sections in JSF?

How To create tabbed sections in JSF? For example, in my home page, I need two tab sections namely, Personal and Official. How do I achieve this?

Upvotes: 0

Views: 1440

Answers (2)

Romain Linsolas
Romain Linsolas

Reputation: 81577

Richfaces offer a <rich:tabPanel> component. Note that the tab contents can be Ajaxified (i.e. retrieved using Ajax).

Upvotes: 2

Padmarag
Padmarag

Reputation: 7214

If you use Trinidad, then this'll be of help - http://myfaces.apache.org/trinidad/trinidad-api/tagdoc/tr_panelTabbed.html

Upvotes: 1

Related Questions