I have a button that stays inside a column in a dataTable, this button opens a dialog
that contains a table with some data. But when I try to give a update=":frmPrin:dialogParecer"
of the following error on the page:
Can not find component for expression ": frmPrin: Opinion" referenced from "frmPrin: j_idt30: refundTable: 0: j_idt52".
This my dataTable
is within tabView
. And when I leave update=":frmPrin"
it works, but updates the entire form. How can I only update dialog
?