RE: how to disable a html:option tag?

2004-01-17 Thread Hookom, Jacob
You can disable the select tag as a whole, but I've never heard of disabling an option tag. You might just want to not list them. -Original Message- From: Dirk Manske [mailto:[EMAIL PROTECTED] Sent: Saturday, January 17, 2004 5:21 PM To: 'Struts Users Mailing List' Subject: AW: how to

RE: how to disable a html:option tag?

2004-01-17 Thread Guillermo Meyer
disabled options in the select, that would be a nicer solution, rather than previous one. Cheers. Guillermo -Original Message- From: Hookom, Jacob [mailto:[EMAIL PROTECTED] Sent: Sábado, 17 de Enero de 2004 09:12 p.m. To: Struts Users Mailing List Subject: RE: how to disable a html:option

Re: how to disable a html:option tag?

2004-01-17 Thread Jason Lea
It could be that the the tag just renders an option value=somevalue disabled=truesometext/option html tag. If that is the case then the HTML browser would need to support the disable attribute. I wrote a quick test for IE and Mozilla: html body form select name=x option value=11/option