Adobe Communities
Content
People
Communities
Popular
Menu begins
Adobe Creative Cloud
Downloading, Installing, Setting Up
Adobe Flash Player
Adobe Reader
Adobe Photoshop
Adobe Photoshop Lightroom
Adobe Photoshop Elements
Adobe Dreamweaver
Adobe Muse
Adobe Edge Animate
Adobe Premiere Pro
Adobe After Effects
Adobe Illustrator
Adobe InDesign
View all communities
Sign in
Search Communities
All Communities
>
Adobe Labs
>
ARCHIVES
>
Spry Framework for Ajax (READ ONLY)
>
Discussions
Please enter a title.
You can not post a blank message. Please type your message and try again.
1 Reply
Latest reply
: Feb 27, 2009 3:42 PM by kinblas
IE7 Failed to retrieve data set (latesttopics) for spry:repeat
Phil_W
Feb 27, 2009 1:51 PM
Hi,
I have a page here
http://www.thehmc.co.uk/forum2/latestposts.asp
In Firefox the page does exactly what I want it to do (so far). However in IE7 I get the message
Failed to retrieve data set (latesttopics) for spry:repeat
What causing this and what's necessary to get it to work in IE7 etc?
Thanks
Phil
This content has been marked as final.
Show 1 reply
1.
Re: IE7 Failed to retrieve data set (latesttopics) for spry:repeat
kinblas
Feb 27, 2009 3:42 PM
(
in response to Phil_W
)
You are creating a global function name called class() which seems to cause globals to disappear in IE. In fact just doing something like:
alert(window.class);
causes the same problem in IE. Rename your class function to something like myclass() and things will work properly.
--== Kin ==--
Actions
More Like This
Retrieving data ...
Legend
Correct Answers
- 10 points