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.