DataTable with struts2
DataTable with struts2
gerenne
Posts: 30Questions: 0Answers: 0
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.
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.
This discussion has been closed.
Replies
did you get the solution of what you had asked above, if yes could you share how you achieved it.
Arjun