You can also just call "tapestry.form.focusField('yourFieldId')" directly via javascript at the bottom of your page. (if you felt like being dirty about it...)
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/form.js?view=markup On 3/3/07, andyhot <[EMAIL PROTECTED]> wrote:
haipeng du wrote: > I know these. But I just think that may be useful and helpful to add > focus > fields order list to form. Just add a tabindex informal parameter to the related form fields... You have to manage focus ordering yourself. > > On 3/2/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: >> >> Tapestry will add JavaScript to focus on the first field that has an >> error. If no fields are in error, then the first required field. If no >> required fields, then the first field, period. >> >> The focus parameter is used when you have multiple forms on one page, >> and want to control which one gets to take focus. >> >> On 3/2/07, haipeng du <[EMAIL PROTECTED]> wrote: >> > How could I set up form and field to make tapestry form focus on >> specified >> > field. In the form, it is only one parameter called "focus" which is >> > boolean. It should have parameter that takes a list of fields name >> or id >> for >> > focus order. Does t4 have that? >> > Thanks a lot. >> > >> > >> > -- >> > Haipeng Du >> > Software Engineer >> > Comphealth, >> > Salt Lake City >> > >> >> >> -- >> Howard M. Lewis Ship >> TWD Consulting, Inc. >> Independent J2EE / Open-Source Java Consultant >> Creator and PMC Chair, Apache Tapestry >> Creator, Apache HiveMind >> >> Professional Tapestry training, mentoring, support >> and project work. http://howardlewisship.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Jesse Kuhnert Tapestry/Dojo team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]