• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Primefaces Incell-row Editing Saves Old Values to Database

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
My rowEvent works fine and the new values are posted successfully to the my rowEvent listener which i retrieved the entity class as shown in the code below. However, when i update the entity class to the database, the to database indicate a successful transaction, but when i navigate back to another page and revisited the page containing the table, i discover the old values.
Tools &Technologies
  • Netbeans 7.3
  • JSF 2.0
  • Primefaces 3.4
  • JPA

  • <p>
    Below are my codes.
    </p>
    Thank you for your assistance.











     
    reply
      Bookmark Topic Watch Topic
    • New Topic