当a4j:included时RichFaces rich:panelMenu停止工作

当a4j:included时RichFaces rich:panelMenu停止工作,第1张

当a4j:included时RichFaces rich:panelMenu停止工作

当我将taglib声明重铸为时,此问题消失了

<ui:composition xmlns="http://www.w3.org/1999/xhtml"    xmlns:ui="http://java.sun.com/jsf/facelets"    xmlns:h="http://java.sun.com/jsf/html"    xmlns:f="http://java.sun.com/jsf/core"    xmlns:a4j="http://richfaces.org/a4j"    xmlns:rich="http://richfaces.org/rich">

而不是使用

<% %>
标签(无论如何,它们都不会与facelets一起使用)

并安装

jsf-facelets-1.1.14.jar
。到目前为止,根本没有安装任何facelets jar!



欢迎分享,转载请注明来源:内存溢出

原文地址: https://www.outofmemory.cn/zaji/5021014.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-15
下一篇 2022-11-15

发表评论

登录后才能评论

评论列表(0条)

保存