try {
proplist.add(new PropertyDescriptor("disabled", ELTextTag.class,
                    null, "setDisabledExpr"));
        } catch (IntrospectionException ex) {
        }

For some reason, the ELFormTag is referencing ELTextTag to set the disabled attribute. It looks clearly wrong (and I should correct it), but can someone confirm?

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to