I have removed all javascript from the JSP page and installed Firebug. No errors show up and Javascript is enabled. I get the same result in IE as well where my form isn't focusing on my userName field.
Wonder what else it could be. -----Original Message----- From: Dale Newfield [mailto:d...@newfield.org] Sent: Monday, December 28, 2009 4:10 PM To: Struts Users Mailing List Subject: Re: focusElement in s:form CRANFORD, CHRIS wrote: > Is there anything special I could be missing here to get FF to focus on > the field when the page is rendered? There's no magic. The only way for this to happen is by executing a snippet of javascript in the browser. Therefore this will not work in a browser that has javascript turned off, or on a page that has javascript errors. I'd recommend using the "FireBug" plugin for FF and looking at the console to see what's happening. -Dale --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org