The webuijsf:head component closely aligns with the functionality of the ice:outputHead component.
| Woodstock | ICEfaces | Comments |
| Common Attributes | ||
| binding | binding | - |
| id | id | - |
| profile | profile | - |
| rendered | rendered | - |
| Similar Attributes | ||
| Unique Attributes | ||
| debug | - | - |
| defaultBase | - | - |
| dijitAll | - | - |
| javaScript | - | - |
| jsfx | - | - |
| meta | - | - |
| onLoad | - | - |
| parseOnLoad | - | - |
| styleSheet | - | - |
| title | - | - |
| webuiAjax | - | - |
| webuiAll | - | - |
| webuiJsfx | - | - |
| - | dir | - |
| - | lang | - |
<webuijsf:head title="Name of the page..title is required">
<webuijsf:link url="/relativepath/x.css" />
<webuijsf:script url="/relativepath/x.js" />
</webuijsf:head>
<ice:outputHead>
<title>Name of the page..title is required</title>
<link href="/relativepath/x.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/relativepath/x.js"></script>
</ice:outputHead>