And how could this be done?
I was trying to do something like this:
<f:verbatim>
<script type="text/javascript"
src="#{facesContext.externalContext.requestContextPath}/js/routine.js"/>
</f:verbatim>
But I cannot use JSF expressions inside the <f:verbatim> like this:
<f:verbatim>
<script type="text/javascript" src="/MyContextPath/js/routine.js"/>
</f:verbatim>
Any ideas? How can I refer the context path (or any JSF expression)
from inside a <f:verbatim> tag?
2005/7/7, Francesco Consumi <[EMAIL PROTECTED]>:
>
> >
> > Can you use JSF expressions inside these htmLib tags?
> >
> no, because is not a jsf library part, but a normal tag library. you
> have to use JSTL expressions.
>
> --
> Francesco Consumi
> Ufficio Sistemi informativi
> Istituto degli Innocenti
> Piazza SS.Annunziata, 12
> 50122 Firenze
> consumi at istitutodeglinnocenti.it
> Tel. +39 055 2037320
> ICQ# 12516133
>
>