Hi,
Is it possible to use jqGrid with struts2? I am trying to use it but I don't know how to do it.
In the script we have:
jQuery(“#list2”).jqGrid({
url:'server.php?q=2',
datatype: “json”,
colNames:['Inv No','Date', 'Client', 'Amount','Tax','Total','Notes'],
…
…
but what about the url? It seems that it will be the data which must be shown in the table, but if I create an action in struts.xml file like that, nothing happens.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top