Hi, Has anyone used the <htm:script> tag in this way?
<htm:script type="text/javascript"
src="#{facesContext.externalContext.requestContextPath}/js/routine.js"
/>
I get an empty <script> rendered:
<script type="text/javascript"></script>
Can you use JSF expressions inside these htmLib tags?

