Tapestry automatically puts the focus into the first field of the page unless you tell it not to. Try adding the 'autofocus' attribute to the form declaration:
<t:form ... autofocus="false"> On Sat, May 21, 2011 at 5:53 AM, Joel Halbert <j...@su3analytics.com> wrote: > Hi, > > We've got a upload file form using the Upload component: > > <t:form> > <t:errors/> > <input t:type="upload" t:id="file" t:validate="required"/> > <input type="submit" value="Import"/> > </t:form> > > This is all located towards the bottom of the page and I've noticed that > when the page first loads it scrolls down to this field, in all > browsers. > > Could this be because it's trying to render an error message, even > though there is none? > > - Joel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >