You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by narup <ps...@wsgc.com> on 2007/11/21 21:36:35 UTC

focus form first field with wicket, without using javascript

hello All,

i wonder if there is a better way to set the first field or element of the
form focus when the page loads
right now i am using 
target.appendJavascript("document.forms['" + component.getMarkupId() +
"'].elements[1].focus()");
but i would love to see if wicket has any thing 

thanks 

-- 
View this message in context: http://www.nabble.com/focus-form-first-field-with-wicket%2C-without-using-javascript-tf4852655.html#a13885440
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org