AW: how to disable a html:option tag?

2004-01-17 Thread Dirk Manske
. Thank you. Dirk -Ursprüngliche Nachricht- Von: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Januar 2004 18:04 An: [EMAIL PROTECTED] Betreff: how to disable a html:option tag? Vertraulichkeit: Persönlich Hi, I have in a form a html:select tag

RE: how to disable a html:option tag?

2004-01-17 Thread Hookom, Jacob
miss something? I hope someone can give me a hint. Thank you. Dirk -Ursprüngliche Nachricht- Von: Dirk Manske (Service Respond) [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 16. Januar 2004 18:04 An: [EMAIL PROTECTED] Betreff: how to disable a html:option tag? Vertraulichkeit: Persönlich

RE: how to disable a html:option tag?

2004-01-17 Thread Guillermo Meyer
Mailing List' Subject: AW: how to disable a html:option tag? Sensitivity: Personal Hi, Does nobody know an answer or is it just too trivial?! Hm. The HTML Tag Library says, that I can disable an option by setting disabled to true. However it does not work, the option can still be selected. I am

Re: how to disable a html:option tag?

2004-01-17 Thread Jason Lea
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 disable a html:option tag? Sensitivity: Personal Hi, Does nobody know an answer or is it just too trivial?! Hm. The HTML

AW: how to disable a html:option tag?

2004-01-17 Thread Dirk Manske (Service Respond)
the javascript example comes in... :) Dirk -Ursprüngliche Nachricht- Von: Jason Lea [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 18. Januar 2004 01:27 An: Struts Users Mailing List Betreff: Re: how to disable a html:option tag? It could be that the the tag just renders an option value=somevalue

how to disable a html:option tag?

2004-01-16 Thread Dirk Manske (Service Respond)
Hi, I have in a form a html:select tag and inside some html:option tags. I want to disable some options and declared it like this html:select ... html:option value=1 disabled=trueoptionText/html:option /html:select But this seems not to work because this option is still selectable. How