[Seaside] Re: Problems with Seaside 2.9 libraries

John Chludzinski john.chludzinski at gmail.com
Tue Aug 11 16:02:49 UTC 2009


Thanks Lukas for the clues.  I went back to my previous implementation, for
example:

   self pusher javascript: [ :script |
      ...
      script element
         id: #WWW;
         writeAttribute: 'src' value: MMAFileLibrary / self
getCurrentPageFile.

versus:

   self pusher javascript: [ :script |
      ...
       script << (script jQuery: #WWW)
          attributeAt: 'src' put: MMAFileLibrary / self getCurrentPageFile.

Removed all references to jQuery from my code, deleted JQDevelopmentLibrary,
kept PTDevelopmentLibrary, and all now works.

---John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20090811/d10cfb82/attachment.htm


More information about the seaside mailing list