Good Morning. It is the first time I have decided to ask a question .
I 'm working on a xhtml and want to put this condition:
<c:if test="#{fichaTecnicaBean.seccionesSeleccionadas.contains("text")}">
to include or not a <div>
on display , but does not work for the contains . I tried it with javascript but neither I also enters the function:
<c:if test="javascript:find('text');">
Any solution?