Re: Open Rico / Prototype JS conflicts?
"Pierce T. Wetter III" <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On Jun 21, 2006, at 11:40 AM, ben wrote: > Hey list, > > Currently I'm writing a webobjects driven CMS using some ajax > elements. I've been using the prototype library mostly for the > ajax.updater call, for an ajax powered editor. Recently I added the > rico library for some of the stylistic effects (rounded, and > position moving). But it seems using Rico has broken my > ajax.updater calls (if I remove rico, the calls work again). > Wondering if anyone else has had this problem, or has made the two > work fine in WO together. Rico is built on top of prototype, so perhaps you have a version conflict or are loading prototype twice. Otherwise you shouldn't have problems. Pierce WOTip: Don't use load balancing in the adaptor. Use roundrobin. More Tips: http://www.twinforces.com