【发布时间】:2012-02-22 17:57:46
【问题描述】:
在 facelets ui:composition 中渲染 jstl 标记时遇到问题
我当前的 xmlns 导入是:
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
当我部署它时,它会将文本呈现为
<c:forEach> ...
在 html 输出中。
我是否缺少依赖项?导入不正确?是否可以在 facelets 中使用 jstl 标签?
非常感谢!
【问题讨论】: