[Seaside] problem with WAApplication library change in 2.9

Randal L. Schwartz merlyn at stonehenge.com
Fri Apr 24 01:09:40 UTC 2009


I see in the migration guide:

  WAApplication >> #libraries is now an Array and not an OrderedCollection,
  replace all senders of libraries add: aLibrary with addLibrary: aLibrary

However, for the YUI library, I have to ensure YUI reset CSS is the very first
CSS sent to the browser, so I have code that rips it from the existing list,
and adds it to the front.  That doesn't seem to have a good interface for 2.9.
What should I do instead?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion


More information about the seaside mailing list