Forum


15:01

11/08/2008

Hi All;
I keep getting a parseerror when trying to load dynamic data from the server. My server-side technology is JSP. I create a simple .jsp file that looks like so: So really the data is static. The name of the file is detailXml2.jsp
<?xml version ="1.0" encoding="utf-8"?>
<rows>
<page>1</page>
<total>2</total>
<records>1</records>
<row id ="1">
<cell>detailXml4.jsp</cell>
<cell>2007-10-06</cell>
<cell>Client 3</cell>
<cell>100.00</cell>
<cell>0.00</cell>
<cell>0.00</cell>
</row>
</rows>
Here is my jqGrid definition
$('#testGridTable').jqGrid(
{
height: 100,
width: 950,
url:'http://localhost:8080/FAMS/tes.....p',
datatype: 'xml',
mtype: 'GET',
colNames:['Group','Sleeve', 'Account','Buy/Sell','Total','Notes'],
colModel :[
{name:'invid', index:'invid', width:55},
{name:'invdate', index:'invdate', width:90},
{name:'amount', index:'amount', width:80, align:'right'},
{name:'tax', index:'tax', width:80, align:'right'},
{name:'total', index:'total', width:80,align:'right'},
{name:'note', index:'note', width:150, sortable:false} ],
loadError: function(xhr,st,err) {
alert("Error :" + st + "\\n" + xhr.responseText);
},
pager: jQuery('#testPager'),
rowNum:10,
rowList:[10,20,30],
sortname: 'id',
sortorder: 'desc',
viewrecords: true,
imgpath: 'scripts/jqgrid/themes/basic/images',
caption: 'This is the Test Grid'
}
).navGrid('#testPager',{add:false,edit:false,del:false,refresh:false} );
This is the Error I keep getting.
Error: parseerror
I know it is something very simple, because if I changed the name of the file to detail.xml it loads it without any problems.
Thanks
Peter
04:48

Moderators
30/10/2007

Maybe you should send the appropriate header. In PHP this is
header(...) function - see examples
For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.
Most Users Ever Online: 715
Currently Online:
86 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
OlegK: 1255
markw65: 179
kobruleht: 144
phicarre: 132
YamilBracho: 124
Renso: 118
Member Stats:
Guest Posters: 447
Members: 11373
Moderators: 2
Admins: 1
Forum Stats:
Groups: 1
Forums: 8
Topics: 10592
Posts: 31289
Newest Members:
, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66