i2ijeya
i2ijeya

Reputation: 16420

Disabling works in IE8 and not in lower versions of IE

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.

Upvotes: 0

Views: 86

Answers (1)

SLaks
SLaks

Reputation: 887767

This is a known bug.

Upvotes: 2

Related Questions