DataTable with struts2

DataTable with struts2

gerennegerenne Posts: 30Questions: 0Answers: 0
edited March 2012 in DataTables 1.9
Hi,

I'm new using DataTable and I find the following problem, I've an application that use struts2, JSON... and I don't know how to do the call to the action:

HTML:


ONE
TWO
THREE


JS:

$(document).ready(function() {

$('#TABLE).dataTable( {
"bProcessing": TABLE,
"sAjaxSource": "LIST/Table.action"
} );
} );

STRUTS.XML:







But never go to the action.

Thanks in advance.

Replies

  • gerennegerenne Posts: 30Questions: 0Answers: 0
    Sorry, the struts.xml is:
  • arjun_adhikariarjun_adhikari Posts: 32Questions: 0Answers: 0
    hello gerenne,
    did you get the solution of what you had asked above, if yes could you share how you achieved it.

    Arjun
This discussion has been closed.