I am using the multibox in a loop and would like some of the options to be disabled, depending on a property from the bean ..
I have a long winded way that works like this ..
but I have the feeling that there *must* be a better way .. I have tried
which works fine under Oracle AS but fails under
Tomcat when tring to cast Object to boolean. Adding a specific type doesn't seem to help either, as in:
Tomcat then complains about casting boolean to java.lang.Boolean.
I must be missing something really obvious?