以jstl function为例

1.在右键 viewController 添加jstl标签库
ADF页面使用jstl标签
 

 

2.在jspx页面 添加标签

    xmlns:fn="http://java.sun.com/jsp/jstl/functions"

 

3.编写代码

<af:outputText value="#{fn:contains(test.msgs,'a')}" id="ot1" inlineStyle="color:Red;"

                       binding="#{test.showMsg}"/>

 

附 jstl 函数表

http://www.runoob.com/jsp/jsp-jstl.html

 

 

 

相关文章:

  • 2021-12-18
  • 2021-11-26
  • 2021-12-19
  • 2021-05-14
  • 2022-01-07
  • 2021-09-18
  • 2021-10-11
猜你喜欢
  • 2021-07-12
  • 2021-09-25
  • 2021-12-31
  • 2021-09-03
  • 2021-11-03
  • 2021-04-06
  • 2021-09-04
相关资源
相似解决方案