是否可以告诉<h:outputStylesheet
从 servlet url 加载文件?
喜欢http://my.company.com/MyServletName/jahdkhasdhasjkdha8d98yuifysduifsdh
原因,如果我尝试类似的东西
<h:outputStylesheet library="css"
name="http://my.company.com/MyServletName/jahdkhasdhasjkdha8d98yuifysduifsdh" target="head" />
在哪里
http://my.company.com/MyServletName/jahdkhasdhasjkdha8d98yuifysduifsdh
是一个将它定向到正确的 css 文件的 servlet,它不起作用......<link
标签没有被创建
当我尝试使用时,我需要这个原因
<link type="text/css" rel="stylesheet" href="http://my.company.com/MyServletName/jahdkhasdhasjkdha8d98yuifysduifsdh" />
#{facesContext.externalContext.requestContextPath}'/
css 文件中的表达式没有被翻译成 WebApp 名称...
提前致谢!