jsf - <h:dataTable> not updating/refreshing after <f:ajax> has been performed -
Let me introduce my & lt; H: dataTable & gt; There are some problems with
where I can not get it & lt; F: ajax & gt;
Update / Refresh upon submitting the request, which resides within this table component & lt; F: ajax & gt;
Listener Attribution & lt; H: dataTable & gt;
on a specific line to be deleted Anybody please help me in helping it work.
Code segment from my JSF page:
& lt; H: dataTable id = "table1" & gt; & Lt; H: column & gt; & Lt; F: aspect names = "header" & gt; Object name: & lt; / F: facet & gt; & Lt; H: output text value = "# {object.name}" /> & Lt; / H: column & gt; & Lt; H: column & gt; & Lt; F: aspect names = "header" & gt; Action: & lt; / F: Aspect & gt; & Lt; H: form & gt; & Lt; H: command button value = "delete" & gt; & Lt; F: AJAX audience = "# {objectBean.delete (object.id)}" render = ": table 1" /> & Lt; / H: CommandButton & gt; & Lt; / H: form & gt; & Lt; / H: column & gt; & Lt; / H: datatable & gt; I created this & lt; H: dataTable & gt;
element to and lt; H: panelGroup & gt;
Within the component and tried to wrap it, it still did not work unfortunately
Please refer to this:
Take your place here to wrap the whole figures, check your network traffic in Chrome F12 to see what the sent / returned response is and to see if you The correct table has been returned to update.
Comments
Post a Comment