• 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

JSF DataProvider problem with updating, inserting or deleting from PostgreSQL 8.2 db

 
Greenhorn
Posts: 2
MyEclipse IDE Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,

I'm trying to update, insert or delete from PostgreSQL 8.2 in my JSF web app. A table is bind to a DataProvider (upisani_kolegijDataProvider).

Here's what am doing:




Does anybody have any idea why this happends?
I forgot to tell you that update and delete with "DataProvider method" works just fine when I use Derby database.

I found one similar problem, but has no answer:
https://coderanch.com/t/217868/ORM/java/org-postgresql-util-PSQLException-ERROR


Thank you very much,
Davor
 
reply
    Bookmark Topic Watch Topic
  • New Topic