How to call custom struts action without ajax for buttons on datatable
How to call custom struts action without ajax for buttons on datatable
Acqua
Posts: 4Questions: 0Answers: 0
I have created a datatable with checkboxes and customs buttons(for ex: Edit Name).
When user clicks on EditNAmebutton, how do i call struts 2 action.
We do not have Ajax on our project.
Thx for any help.
Acquerie
When user clicks on EditNAmebutton, how do i call struts 2 action.
We do not have Ajax on our project.
Thx for any help.
Acquerie
This discussion has been closed.
Replies
i tried different ways but not able to solve the problem.I appreciate if some one can help me on this.
Thanks
{
"sExtends": "ajax",
"sButtonText": "Edit Dates",
"sAjaxUrl": "/editMailDate.action"
}