Javascript does not work under JSF template

前端 未结 2 971
你的背包
你的背包 2021-02-10 00:41

I\'m using JSF templates and Primefaces.

Javascript code does not seem to be working under ui:composition and ui:define tags. The following code is not hitting the load

2条回答
  •  花落未央
    2021-02-10 01:22

    You are passing "content" to the template. If your template does not include "content", it won't be including in the resulting HTML.

    Post the template.xhtml and let's see...

提交回复
热议问题