jsf datatable delete and saving the row error
up vote
0
down vote
favorite
I am trying to do similar approach to edit remove and save data in datatable as shown in this . Edit row data from richfaces datatable.
After clicking on remove, the control comes to the java class method where I have written the code to remove it from DB. In order to render the datatable again by removing the item from the datatble, I have written code like
this.listofcustomers.remove(c);
I am passing entire row from xhtml to java. But when I add this query , there is some isssue and it doesn't work. Not able to locate the issue.
jsf datatable
New contributor
add a comment |
up vote
0
down vote
favorite
I am trying to do similar approach to edit remove and save data in datatable as shown in this . Edit row data from richfaces datatable.
After clicking on remove, the control comes to the java class method where I have written the code to remove it from DB. In order to render the datatable again by removing the item from the datatble, I have written code like
this.listofcustomers.remove(c);
I am passing entire row from xhtml to java. But when I add this query , there is some isssue and it doesn't work. Not able to locate the issue.
jsf datatable
New contributor
1
Please study How to Ask and Minimal, Complete, and Verifiable example
– Selaron
yesterday
Hi, please start with some generic tutorial about debugging.
– Kukeltje
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to do similar approach to edit remove and save data in datatable as shown in this . Edit row data from richfaces datatable.
After clicking on remove, the control comes to the java class method where I have written the code to remove it from DB. In order to render the datatable again by removing the item from the datatble, I have written code like
this.listofcustomers.remove(c);
I am passing entire row from xhtml to java. But when I add this query , there is some isssue and it doesn't work. Not able to locate the issue.
jsf datatable
New contributor
I am trying to do similar approach to edit remove and save data in datatable as shown in this . Edit row data from richfaces datatable.
After clicking on remove, the control comes to the java class method where I have written the code to remove it from DB. In order to render the datatable again by removing the item from the datatble, I have written code like
this.listofcustomers.remove(c);
I am passing entire row from xhtml to java. But when I add this query , there is some isssue and it doesn't work. Not able to locate the issue.
jsf datatable
jsf datatable
New contributor
New contributor
edited yesterday
Mohammad
12.6k93158
12.6k93158
New contributor
asked yesterday
Bia
11
11
New contributor
New contributor
1
Please study How to Ask and Minimal, Complete, and Verifiable example
– Selaron
yesterday
Hi, please start with some generic tutorial about debugging.
– Kukeltje
yesterday
add a comment |
1
Please study How to Ask and Minimal, Complete, and Verifiable example
– Selaron
yesterday
Hi, please start with some generic tutorial about debugging.
– Kukeltje
yesterday
1
1
Please study How to Ask and Minimal, Complete, and Verifiable example
– Selaron
yesterday
Please study How to Ask and Minimal, Complete, and Verifiable example
– Selaron
yesterday
Hi, please start with some generic tutorial about debugging.
– Kukeltje
yesterday
Hi, please start with some generic tutorial about debugging.
– Kukeltje
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bia is a new contributor. Be nice, and check out our Code of Conduct.
Bia is a new contributor. Be nice, and check out our Code of Conduct.
Bia is a new contributor. Be nice, and check out our Code of Conduct.
Bia is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53372562%2fjsf-datatable-delete-and-saving-the-row-error%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Please study How to Ask and Minimal, Complete, and Verifiable example
– Selaron
yesterday
Hi, please start with some generic tutorial about debugging.
– Kukeltje
yesterday