target problem when using templates

前端 未结 1 1108
日久生厌
日久生厌 2020-12-18 09:00

I have a question about integrating jquery library with JSF 2.0

when using

相关标签:
1条回答
  • 2020-12-18 09:23

    I think a better way solved my problem : adding <ui:insert name="icerikhead"></ui:insert> to template's head part and then filling it in my form as <ui:define name="icerikhead"> add js files </ui:define>

    0 讨论(0)
提交回复
热议问题