1 Reply Latest reply: Sep 26, 2008 2:55 PM by Steve Skinner RSS

    Need help with this Spry "processTokens()" error

    Steve Skinner Community Member
      I am using Dreamweaver CS4 Beta, and using the new Spry data set wizard to create a data connection using an HTML file that contains a table of simple data. Getting through the guided steps of creating the data set and the master/detail page is a piece of cake, but when I run the page in a browser I get this white box with the red header in the lower right corner of the browser that reads "processTokens(): Value reference has no data set specified: {Content}". It obviously doesn't like something about the data in the content column but I don't know exactly what to do from here, not having seen this error before.

      A quick note about the source file for the data. It's an HTML file with a table that has two columns (name and content). The content column has some basic HTML but nothing beyond simple text formatting and mailto links. The table has been given an ID too.

      I didn't have much luck finding anything on this error on google or anywhere else for that matter. Does anyone know what causes this or how to solve the problem?
        • 1. Re: Need help with this Spry "processTokens()" error
          Steve Skinner Community Member
          I solved my own problem, so I figured I would post it in case someone
          else runs into this.

          When inserting a new spry dataset from Dreamweaver CS4 onto a site
          that already has sprydata.js on it, you must delete the existing
          sprydata.js so that CS4 will copy the newer version onto the
          site. Otherwise, it sees that the filename exists already and won't
          update it. The older sprydata.js that comes from CS3 does not
          work well with the new spry dataset tool in CS4.