Form focus not working?

2006-10-16 Thread Leo Sakhvoruk
I'm trying to get a form to receive focus when a page loads but binding the 'focus' parameter with 'true' in a form component doesn't seem to have the intended effect. It seems to do nothing. Even when an error occurs, the form doesn't receive focus on the field in error. Am I doing something

Re: Form focus not working?

2006-10-16 Thread Howard Lewis Ship
I've seen some problems with this when using Tacos; it may be Tacos or Dojo related. On 10/16/06, Leo Sakhvoruk [EMAIL PROTECTED] wrote: I'm trying to get a form to receive focus when a page loads but binding the 'focus' parameter with 'true' in a form component doesn't seem to have the

Re: Form focus not working?

2006-10-16 Thread Jesse Kuhnert
Hmm...This should be working correctly. I went through the same thing the other day and found that there were actually a few forms on the page, so I had to pick which one I wanted to give higher default priority to using the @Form focus parameter. If it really looks like a bug a JIRA issue

Re: Form focus not working?

2006-10-16 Thread Leo Sakhvoruk
I only have a single form on one of the pages where it's not working and several on another one where it's not working either. In fact, none of them work in my application :( I'm using 4.1.1-SNAPSHOT but I believe that this problem was even there in 4.0.2 I'll try to post in JIRA later today

Re: Form focus not working?

2006-10-16 Thread Jesse Kuhnert
Ok... oops . Will be fixed in whatever makes it out tonight. (Should work on widgets + normal fields equally well as an added bonus to make up for breaking it. ) On 10/16/06, Leo Sakhvoruk [EMAIL PROTECTED] wrote: I only have a single form on one of the pages where it's not working and