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.

