How to call custom struts action without ajax for buttons on datatable

How to call custom struts action without ajax for buttons on datatable

AcquaAcqua Posts: 4Questions: 0Answers: 0
edited March 2013 in DataTables 1.9
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

Replies

  • AcquaAcqua Posts: 4Questions: 0Answers: 0
    i have included below in abutton to initiate custom button action but everytime the button is clicked action is going to processExecute in my action class and is not reading / retrieving edit actions.
    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"


    }
This discussion has been closed.