[Seaside] Problems with Seaside 2.9 libraries

Lukas Renggli renggli at gmail.com
Sun Aug 2 09:32:59 UTC 2009


> addLibrary: MMAFileLibrary;
> addLibrary: MMALibrary;

I don't know the above libraries.

> addLibrary: JQDevelopmentLibrary; "JQuery"
> addLibrary: PTDevelopmentLibrary; "Protype and ..."
> addLibrary: SUComponentLibrary;   "Scriptaculous"
> addLibrary: SUDevelopmentLibrary;

JQuery and Prototype/Scriptaculous do not work together, unless you
take extra precautions
<http://docs.jquery.com/Using_jQuery_with_Other_Libraries>. If you are
porting an existing application you presumably only use
Prototype/Scriptaculous, so you should not include
JQDevelopmentLibrary; similar if you use JQuery you don't want to
include PTDevelopmentLibrary, SUComponentLibrary and
SUDevelopmentLibrary.

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list