| 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
|
|
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.
|
 |
 |
|
|
subject: primefaces in-cell-editing data table not update data in database...
|
|
|