
|
If you were logged in you would be able to see more operations.
|
|
|
|
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>
|
|
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>
|
Show » |
| There are no comments yet on this issue.
|
|