0 Replies Latest reply on Feb 26, 2009 6:39 PM by tathagat

    s:selectItems disabled property sets value disabled instead of true false

    tathagat

      Hi all.
      I am using s:selectItems tag which I absolutely love.


      I always work on Firefox so never noticed it, but today while testing on IE, I realized that disabled property is not working. So I looked at the generated html code.


      Firefox:


      <option value="5" disabled="disabled">AIM</option>



      IE:


      <option value="5" disabled="disabled">AIM</option>



      I went to MSDN and saw that valid values for disabled are true/false. And I guess that is why it is not working in IE. Can someone please test and confirm if it is a bug and what can we do about it?


      Thanks a ton in advance.


      Cheers