ajax - Primefaces CommandButton not working inside DataTable -


I have a prefetch command button which is outside the data table that works properly. Inside the datatable, I have the exact same command button, but when one click is done inside the data tab, this action caller does not say:

   & Lt; P: accordionPanel & gt; & Lt; P: tab title = "view of data" & gt; & Lt; P: command button value = "add domain" action = "# {triplostor controller.adademon ('domain')}" update = "domainkitable" /> & Lt; P: DataTable id = "DomainSkillTable" var = "result" value = "# {TripleStoreController.domainResults}" row = "# {results}" & gt; & Lt; P: column & gt; # {Results} & lt; / P: column & gt; & Lt; P: column & gt; & Lt; P: command button value = "add domain" action = "# {triplostor controller.adademon ('domain')}" update = "domainkitable" /> & Lt; / P: column & gt; & Lt; / P: DataTable & gt; & Lt; / P: Tab & gt; & Lt; / P: accordionPanel & gt; & Lt; / H: form & gt; & Lt; / H: Body & gt;  

This work should be done. There is no error, I am just copying the same method in my Java class to TripleStoreController.addDomain ('Domain') and making the back bean method code like public zero addDomain (String S) And the method worked so far as I got the value pass near the command button as 'domain' in my back bean.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -