3 Replies Latest reply on Jun 15, 2006 10:57 AM by gavin.king

    s:validateAll or @NotNull bug

    bruce3

      There appears to be a bug in s:validateAll or @NotNull given the following behaviour: If you input a blank field which is enclosed in an s:validateAll tag and the associated getter field on the entity is annotated with @NotNull, then the application will throw an exception if the input field does not include required="true". If you then include required="true" on the input field, the exception goes away.