Hello there!
I have the following multibox which shows the values of my descriptors (in this case roles).
One of the descriptotrs may not be clicked on- it has a permanent true value.
It should therefore be disabled. How can I implement this?
<logic:iterate name=”RoleForm” indexId=”counter” id=”item” property=”descriptors”>
<html:multibox property=”selectedItems”>
<bean:write name=”item”/>
</html:multibox>
<bean:write name=”item”/>
<br>
</logic:iterate>
Any help would be appreciated…