Hi,

Is it possible to control exactly what field that should have focus when loading the page?

In this case Tapestry puts focus on my submit button, but I want focus on the custRefField.
How can I tell Tapestry that I want focus on that field?

<form jwcid="form" name="form" method="POST" action="Browse.html">
<input jwcid="saveBtn" title="Save [Alt+S]" accesskey="S" class="button" type="submit" value=" Save "/>
   <input jwcid="custRefField" size="35" tabindex="1" type="text"/>
</form>


Best Regards
Claus Weng

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to