I have a scrollable div and I like to set the focus at the last element. How can I achieve this?
<div class="scrolldiv">
<h:form id="form">
<ui:repeat...>
<h:panelGrid columns="2"...>
<h:graphicImage../>
<h:outputText.../>
</h:panelGrid>
</ui:repeat>
</h:form>
</div>