Ao entrar na página jsf 1.0 colocar o cusrsor no campo

Olá,

como faço ao entrar na página abaixo que o cursor vá automaticamente para campo:

alguém pode me ajudar …

abs

 <tr>
    <td>
     <t:inputText  maxlength="100" size="100"  required="true"  id="nomeAluno" tabindex="1" styleClass="inputText" value="#{respostaAlunoMB.nomeAluno}" />
     <t:message for="campoNomeAluno" />
    </td>  
  </tr>

<html xmlns="http://www.w3.org/1999/xhtml" 
      xmlns:ui="http://java.sun.com/jsf/facelets" 
      xmlns:h="http://java.sun.com/jsf/html" 
      xmlns:f="http://java.sun.com/jsf/core" 
      xmlns:rich="http://richfaces.org/rich" 
      xmlns:t="http://myfaces.apache.org/tomahawk" 
      xmlns:a4j="https://ajax4jsf.dev.java.net/ajax" 
      xmlns:demoiselle="http://www.frameworkdemoiselle.gov.br">
<ui:composition template="/public/templates/default.xhtml">
<ui:define name="body">
<h:form>
<h:messages />
<demoiselle:useJs all="true">
</demoiselle:useJs>

<rich:panel  styleClass="richPanelStyleClass" bodyClass="richPanelBodyClass" headerClass="richPanelHeaderClass">

<h:outputLabel value="INFORMAÃ?Ã?ES PESSOAIS" />
<table summary="Formulário para Resposta do Aluno">

<br/>
<br/>

 &lt;tr&gt;
   &lt;td&gt;
      &lt;h:outputLabel  for="nomeAluno" styleClass="outputLabel" value="Nome do Aluno"/&gt;   
    &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
    &lt;td&gt;
     &lt;t:inputText  maxlength="100" size="100"  required="true"  id="nomeAluno" tabindex="1" styleClass="inputText" value="#{respostaAlunoMB.nomeAluno}" /&gt;
     &lt;t:message for="campoNomeAluno" /&gt;
    &lt;/td&gt;  
  &lt;/tr&gt;
  &lt;/table&gt;
&lt;/rich:panel&gt;
&lt;div style="padding: 10px; text-align: right;"&gt;
&lt;t:commandButton  title="Avançar"  value="Avançar" action="#{respostaAlunoMB.incluir_nome}"/&gt;
&lt;/div&gt;
&lt;/h:form&gt;

&lt;/ui:define&gt;

&lt;/ui:composition&gt;

&lt;/html&gt;

ainda nada…???

você pode carregar com onload

onde formulario é o nome do meu formulario e o login é o id="login" aparece o focus no campo login

não é a melhor forma, mais em ultimo caso