using primefaces extensions (inputNumber)

前端 未结 3 1063
梦如初夏
梦如初夏 2021-01-03 00:20

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

in the XHTML file I add the taglib :

3条回答
  •  庸人自扰
    2021-01-03 01:09

    If you are using maven for your dependencies, the required entry is

    
        org.primefaces.extensions
        primefaces-extensions
        0.6.3
    
    

    This will add the required dependencies for primefaces extensions.

    If you are not using maven, then you should follow the Getting Started guide for "other users" and add all the necessary jars

提交回复
热议问题