each row shows an entity and a command link to show its details in a modal dialog(by fetching datails using ajax and updating the modals data using @update
the problem is: ajax and @update works only the first time. for the next times the old data is shown again when the modal pops up.(even when I click the command link of other entities)
why it works only once?(until I refresh the browser)
Have you checked in your browser if the ajax response has the updated data?
Обсуждают сегодня