Re: html:form focus causes a javascript error if the element is aradio button

2002-10-07 Thread Gilles . Vandaele
Hi sweet archangel of the list, Having had a look at those bugs (12248 and 1586 ) it seems that the problem is that javascript is uncorrectly generated for an indexed field. Does it mean that we have to know before the generation if the field is an indexed one? eg. do we need to add the [0] in

Re: html:form focus causes a javascript error if the element is aradio button

2002-10-04 Thread Eddie Bush
Ask Bugzilla :-) http://issues.apache.org/bugzilla [EMAIL PROTECTED] wrote: Hi there funny crew, did someone allready noticed that Struts's html:form tag generate this kind of javascript:... document.forms[AnyFormName].elements[anyFieldName].focus() ...to give the focus to the element

Re: html:form focus causes a javascript error if the element is aradio button

2002-10-04 Thread Gilles . Vandaele
Got it. Tx. Gilles Vandaele 0498 52 64 12 [EMAIL PROTECTED] Eddie Bush