开发者

How to create tabbed sections in JSF?

开发者 https://www.devze.com 2022-12-20 22:13 出处:网络
How To create tabbed sections in JSF? For example, in my home page, I need two tab sections namely, 开发者_StackOverflow中文版Personal and Official. How do I achieve this?Richfaces offer a <rich:ta

How To create tabbed sections in JSF? For example, in my home page, I need two tab sections namely, 开发者_StackOverflow中文版Personal and Official. How do I achieve this?


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消