Details
Description
The clay JSP tag should not allow any nested tags besides the clay:symbol. The following example should fail:
<clay:clay id="contacts" jsfid="contactTable">
<clay:symbol name="managed-bean-name" value="rolodex"/>
<h:outputText value="bogus"/>
</clay:clay>