aspose file tools
The moose likes JSF and the fly likes primefaces in-cell-editing data table not update data in database... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "primefaces in-cell-editing data table not update data in database... " Watch "primefaces in-cell-editing data table not update data in database... " New topic
Author

primefaces in-cell-editing data table not update data in database...

Ramakrishna brahma
Greenhorn

Joined: Sep 10, 2012
Posts: 1

i made mistake in get() method please tell me how to connect to database using primefaces datatable
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14456
    
    7

Welcome to the JavaRanch, Ramakrishna!

Our message editor has a "Code" button that generates special tags that preserver the formatting of Java code, XML, and other pre-formatted text and make it easier to read. We recommend that you do this. I've updated your post with them.

Your first and biggest problem is that your classname does not conform to standards. Class names should always begin with a capital letter, just as instance and member names should always begin with a lower-case letter. If you don't do this, the JSF support mechanisms cannot process them properly.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: primefaces in-cell-editing data table not update data in database...
 
Similar Threads
how to send multiple data in a table in a mail application?
org.hibernate.exception.GenericJDBCException: could not insert:
why no error
f:selectItems can't set value
accessing values from servlets to jsp