This problem of not being able to use IE but it works in FireFox.
This often caused by an extra comma at the end of a configuration for a UI
widget. The last configuration entry must not have a trailing comma:
For example - this is correct:
         msgrcds = Ext.data.Record.create([
          {name: 'Index', mapping: 'msgidx', type: 'int'},
          {name: 'ID', mapping: 'msgid', type: 'string'},
          {name: 'Text', mapping: 'msgtxt', type: 'string'}
         ]);
This will fail in IE
         msgrcds = Ext.data.Record.create([
          {name: 'Index', mapping: 'msgidx', type: 'int'},
          {name: 'ID', mapping: 'msgid', type: 'string'},
          {name: 'Text', mapping: 'msgtxt', type: 'string'},
         ]);
Note the extra comma on the line {name: 'Text', mapping: 'msgtxt', type:
'string'}
Hope this helps
Syd
-----Original Message-----
From: web400-bounces@xxxxxxxxxxxx [mailto:web400-bounces@xxxxxxxxxxxx] On
Behalf Of Bob P. Roche
Sent: 18 July 2008 19:58
To: Web Enabling the AS400 / iSeries
Subject: Re: [WEB400] The "Presentation" Layer
I had a problem seeing the result set,With IE7 but I can see it using 
Firefox.
From:
Nathan Andelin <nandelin@xxxxxxxxx>
To:
Web Enabling the AS400 / iSeries <web400@xxxxxxxxxxxx>
Date:
07/18/2008 01:52 PM
Subject:
Re: [WEB400] The "Presentation" Layer
From: Walden H. Leverich
The page comes up and I see a grid, but nothing in the grid.
Is this correct?
Hmmm, I don't know what happened.  Maybe the result set was too large for 
my slow modem.  I don't know.  I changed the cursor filter to generate a 
smaller result set.  Try again.  Be patient for the response.  This is my 
first attempt at communicating with an Ext JS client.
Regarding losing the ability to bookmark a rich-client interface, that's 
fine for the type of applications I deploy, but the point is well taken.
Nathan.
 
As an Amazon Associate we earn from qualifying purchases.