views:

16

answers:

1

I have a jsp code like this

<html:option value="${apealstaList.appealStatusMasterId}" disabled="true">${apealstaList.appealStatusDescription}</html:option>

This disable the options and it works fine in IE8 and not working in the lower versions like IE7 and IE6. Please help me in this issue.

EDIT

Please share If there are any other alternatives.

+2  A: 

This is a known bug.

SLaks
Is there any alternate solution
i2ijeya
You could completely remove the `<option>` tag.
SLaks
What else I can use?
i2ijeya
You could use a custom dropdown list in Javascript.
SLaks
Actually am new to this and could you just help me out in creating javascript for the above said issue. Thanks
i2ijeya