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>  
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.