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