I'm using primefaces inline editing datatable.which consists of primefaces RowEditor and a CommandButton to delete the record.My Problem is when i deleted any record from the the database,the row is successfully deleted and the deleted record is showing when i click on the edit button for editing the next record.This edit problem continues with all the records .It is showing the present value in h:outputText and the old value in h:inputText which comes when we click on edit button. Could anyone help me on this ? Thankyou all.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There are a lot of Primefaces bugs logged on the I do know however that there is an open bug as of Primefaces 2.2.1 stating that components within a row of a Fortunately I have figured out a workaround for this. You need to perform an asynchronous operation from a component OUTSIDE of the
And in a javascript:
|
|||||||||
|