I have faced the issue with the <p:dataTable> when using rowEdit ajax event. Firstly, I tried to google some information regarding this and found out that many people faced the same issue.
The issue was in the following: when I try to edit row in the dataTable, all is going well. But when I try to save the changes, the new value doesn't retrieve and new value has not been saved.
The listener for the dataTable is defined in the following way:
<p:ajax event="rowEdit" listener="#{diarylMB.editRecord}" update="@this"/>
The function...
5.03.2013
Subscribe to:
Posts (Atom)