This component will create a "carousel" for image (e.g.) display:
<sc:carousel id="carousel1" numVisible="4" isCircular="true" isVertical="false"> <h:graphicImage url="..." width="100px"/> <h:graphicImage url="..." width="100px"/> <h:graphicImage url="..." width="100px"/> <h:graphicImage url="..." width="100px"/> <!-- SNIP! --> </sc:carousel>
The output of which looks like this: