Re: tapestry.form.focusField problems

2007-01-21 Thread Roberto Ramírez Vique
ok jesse, now there is a comment in JIRA in TAPESTRY-1113. Thanks for you help. On 1/20/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: There's probably something that can be done, but most likely it will never be done unless it shows up in JIRA. On 1/17/07, Roberto Ramírez Vique <[EMAIL PROTECTE

Re: tapestry.form.focusField problems

2007-01-20 Thread Jesse Kuhnert
There's probably something that can be done, but most likely it will never be done unless it shows up in JIRA. On 1/17/07, Roberto Ramírez Vique <[EMAIL PROTECTED]> wrote: Hello Bill & Jesse, I've been working with this great Form methods to just don't use the focus... Is working fine, but I ha

Re: tapestry.form.focusField problems

2007-01-17 Thread Roberto Ramírez Vique
Hello Bill & Jesse, I've been working with this great Form methods to just don't use the focus... Is working fine, but I have a problem... I'll try to explain the problem: I am working with IE6 (now the most used Browser), jdk5, tomcat 5.5, tapestry 4.1.2. I have a page where there is are a form

Re: tapestry.form.focusField problems

2006-11-23 Thread Bill Holloway
doh! That works. On 11/23/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Set focus="false" on your Dialog form. On 11/23/06, Bill Holloway <[EMAIL PROTECTED]> wrote: > Interesting clarification: I have two forms on the page, but one is > an @Dialog form at the top of the page, used for logging

Re: tapestry.form.focusField problems

2006-11-23 Thread Jesse Kuhnert
Set focus="false" on your Dialog form. On 11/23/06, Bill Holloway <[EMAIL PROTECTED]> wrote: Interesting clarification: I have two forms on the page, but one is an @Dialog form at the top of the page, used for logging in. This form is hidden of course. My other form is a "registration" form s

Re: tapestry.form.focusField problems

2006-11-23 Thread Bill Holloway
Interesting clarification: I have two forms on the page, but one is an @Dialog form at the top of the page, used for logging in. This form is hidden of course. My other form is a "registration" form shown below that and is a beanform form and is not hidden. The dojo.addOnLoad javascript does t