I would update the attribute to support boolean values, so that
<c:form novalidate="true" /> would add the novalidate attribute and
<c:form novalidate="false" /> would remove it if it existed.
FYI, negatively-named attributes and valueless attributes are
horrible.
On Dec 28, 10:57 am, Ryan Arneson <
arne...@gmail.com> wrote:
> If you didn't add the config option, how would you get rid of the
> novalidate attribute from the form tag if you wanted to use it?
>