仅当url是精确路径时才渲染jsf元素

时间:2018-06-19 07:53:40

标签: jsf

我愿意只在我使用特定网址时才会呈现链接,而我无法猜测渲染条件是什么: 仅当页面im显示为“datosRegistro.xhtml”

时才应呈现链接
 <h:outputLink value="/sede/documentos/ManualOperadorRA.pdf" 
    style='text-decoration:none; color:gray; cursor:pointer' 
    rendered="#{what can I fit in here}">   
    <h:outputLabel value="#{messages['registro.info.manual.usuario']}" />
 </h:outputLink>

0 个答案:

没有答案