Re: html:select in firefox

2008-09-18 Thread Jeffrey Born
The styleId attribute did the trick. To quote the great homer simpson: "doh!" When it was not there, firefox responded exactly like it should. The method is getElementById not getElementByName. getElementByName works just fine under IE however since under IE it uses the name attribute. Thanks

RE: html:select in firefox

2008-09-18 Thread Martin Gainty
hi jeff- id is a standard html attribute http://www.w3schools.com/TAGS/ref_standardattributes.asp what behaviour would you expect when the id is null ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relate

Re: html:select in firefox

2008-09-18 Thread Antonio Petrelli
2008/9/18 Jeffrey Born <[EMAIL PROTECTED]>: > I could override the html:select tag to output an Id attribute, but > there has to be a more elegant solution to this? Or it was solved > some other way? Use the "styleId" attribute of Ciao Antonio --