I am calling ajax in which is in to execute tag outside of datatable but is not working and not identify outside tag id's.

有帮助吗?

解决方案

Suppose both the table and the tag you want to execute are inside the <h:form id="myForm">, you can try execute=":myForm:myTagID". If it doesn't work, open your page in Chrome then use the Inspect Element feature of Chrome to find out the tag's ID to execute.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top