使用primefaces扩展(inputNumber) [英] using primefaces extensions (inputNumber)

查看:97
本文介绍了使用primefaces扩展(inputNumber)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是primefaces一词的新手,我需要使用primefaces扩展名(inputNumber)

i'm new in primefaces word , and i need to use primefaces extensions (inputNumber)

在XHTML文件中,添加taglib:

in the XHTML file I add the taglib :

xmlns:pe="http://primefaces.org/ui/extensions"

添加罐子时:

primefaces-extensions-0.6.3;

我有一个错误:La ressource demandée n'est pas disponible.

在删除它时,该应用程序可以运行,但是inputNember没有显示,我明白了 错误:

When removing it, the application works but the inputNember doesn't show and I get this error:

Warning: This page calls for XML namespace http://primefaces.org/ui/extensions declared with prefix pe but no taglibrary exists for that namespace.

推荐答案

要使用primefaces扩展名,我应该在XHTML文件中添加taglib:

To work with primefaces extensions i should add to the XHTML file the taglib:

xmlns:pe="http://primefaces.org/ui/extensions" 

并将两个jar放入lib文件夹:

and to the lib folder two jars:

primefaces-extensions-0.6.3.jar
common-lang3.jar.

仅此而已.

这篇关于使用primefaces扩展(inputNumber)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆