Hi All

I have a booleanfield widget, that needs to be disabled under certain conditions.

pseudo-code :

        if ( album.scenarios.size() > 0 ) {
                 disable ( album.publishable );
        }

ie. the album.publishable value needs to be in the form, but should not be alterable by the user.

Is there a way of doing this in Cocoon Forms ?


thanks for any suggestions

regards Jeremy

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to