Primefaces, JavaScript, and JSF does not work well together or am I doing something wrong

前端 未结 5 1912
野性不改
野性不改 2021-01-01 09:17

Here is something so simple


5条回答
  •  我在风中等你
    2021-01-01 09:59

    You need to give that JSF tag an id attribute, like this:

    
    

    Otherwise it won't render with an id, and so there will be no id="tom" element to find.

提交回复
热议问题