以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

 

 

 

相关文章:

  • 2022-01-13
  • 2021-10-04
  • 2021-11-24
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-11-23
  • 2022-01-06
猜你喜欢
  • 2022-02-13
  • 2021-07-05
  • 2021-07-12
  • 2022-12-23
  • 2022-02-02
  • 2021-12-31
  • 2022-01-28
相关资源
相似解决方案