Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top