RE: html:form focus problem

2004-03-19 Thread Brendan Richards
What about if you move the javascript to below the form in the page? Unless the javascript is being called by an onload in the body tag, it will need to be below the form elements for them to exist when the javascript executes. -Original Message- From: Colm Garvey [mailto:[EMAIL

RE: html:form focus problem

2004-03-19 Thread Colm Garvey
extending the struts classes and I'm trying not to digress too much from the norm. Any other suggestions? Colm -Original Message- From: Brendan Richards [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 15:24 To: Struts Users Mailing List Subject: RE: html:form focus problem What about if you move

RE: html:form focus problem

2004-03-19 Thread Brendan Richards
- From: Colm Garvey [mailto:[EMAIL PROTECTED] Sent: 19 March 2004 15:29 To: Struts Users Mailing List Subject: RE: html:form focus problem I'm using the built in struts html:form ... focus=[elementname] functionality so I don't have any control over where in the page the code goes, but looking