On Mon, Jan 9, 2012 at 4:45 PM, TG <tapestry...@hotmail.com> wrote: > Hi guys, would anyone advise on what is the best/easiest way to make the > submit button appear at the top?
Don't use beaneditform but create your own: <form t:type="Form"> <input type="submit" t:type="Submit" t:id="submit1"/> <div t:type="BeanEditor" object="xxx"/> </form> Kalle --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org