Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
Problem with XML in JSP file
11/08/2008
15:01
Avatar
pdelaney
New Member
Members
Forum Posts: 1
Member Since:
11/08/2008
sp_UserOfflineSmall Offline

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&#39;,
      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

13/08/2008
04:48
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

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.

21/08/2008
13:59
Avatar
tkauffma
Member
Members
Forum Posts: 3
Member Since:
20/08/2008
sp_UserOfflineSmall Offline

You have to add following to your JSP file

<% page contentType="text/xml" %>

It works fine for me.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
36 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.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information