Scrollable area in JSF

I want to use a part of a JSF view to be scrollable like an iframe. How can I achieve it in JSF view?

Can I use subview? if so, I want to use an hyperlink there which will open a page in another subview of the same page. Its like i use 2 iframes in a JSP page. From one iframe, i open another jsp in second iframe with "target=iframe2" attribute of href.

[367 byte] By [DSAa] at [2007-11-26 16:17:53]
# 1
Can Anyone help me in this?
DSAa at 2007-7-8 22:41:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
This article might be interesting: http://balusc.xs4all.nl/srv/dev-jep-djs.htmlYou can make it scrollable using CSS. Set the parent h:panelGroup style to display:block; overflow:auto; and add a fixed width and height.
BalusCa at 2007-7-8 22:41:03 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...