10-13-2008 09:14 AM
…
<c:if test="#{ResumenEjecutivo.esLibre==false}">
<h:column>
…
</h:column>
</c:if>
…
public boolean esLibre(){
boolean retorno;
retorno = navigationBean.getCurrentNode().getAspects().toString().contains("ResumibleLibre");
s_logger.info("Es libre: " + retorno);
return retorno;
}
10-15-2008 06:14 AM
10-15-2008 06:26 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.