gpt4 book ai didi

java -

Tag Library supports namespace: http://primefaces. org/ui,但没有为名称定义标签:lineChart

转载 作者:行者123 更新时间:2023-11-29 07:00:44 25 4
gpt4 key购买 nike

我想使用 primefaces 5.1 创建折线图。但在加载我的 xhtml 页面时,我收到错误消息“ Tag Library supports namespace: http://primefaces.org/ui , but no tag was defined for name: lineChart ”。这是我的代码

示例.xhtml

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.org/ui">

<h:head>
</h:head>
<h:body>
<h:form>

<p>LineChart is created By Manaf.</p>
<p:lineChart id="linear" value="#{chartBean.linearModel}" legendPosition="e" title="Linear Chart" minY="0" maxY="10" style="height:300px;"/>
<p:lineChart id="category" value="#{chartBean.categoryModel}" legendPosition="e"title="Category Chart" minY="0" maxY="200" tyle="height:300px;margin-top:20px"/>

</h:form>
</h:body>
</html>

...实际问题是什么,我是 primefaces 和 jsf 的初学者...

最佳答案

当前语法 (5.1) 是 ...

<p:chart type="line" model="#{chartView.lineModel1}" style="height:300px;"/>

关于java - <p :lineChart> Tag Library supports namespace: http://primefaces. org/ui,但没有为名称定义标签:lineChart,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26572635/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com