How to reference #{cc.clientId} in ajax update/process/render/execute?

前端 未结 1 543
情歌与酒
情歌与酒 2020-12-19 14:02

I don\'t know how to reference descendant components of composite component in update or process (alias render or execute

相关标签:
1条回答
  • 2020-12-19 14:19

    You need to prefix absolute client IDs with the NamingContainer separator which is by default :.

    update=":#{cc.clientId}"
    

    See also:

    • How to find out client ID of component for ajax update/render? Cannot find component with expression "foo" referenced from "bar"
    0 讨论(0)
提交回复
热议问题