Wei-Ren Chen wrote: > Then I trace ajax.js and MochiKit.js, and discover that formContents() > in MochiKit.js dose not support MultiSelectField. In MochiKit > document ( http://mochikit.com/doc/html/MochiKit/index.html ) It is > said > "v1.4 MochiKit.DOM.formContents now supports SELECT multiple tags ", > unfortunately it is v1.3.1 in TurboGears. > [...] > The modified ajax.js and MochiKit.js: > http://orz.hopto.org/moin/BookShop?action=AttachFile&do=get&target=MochiKit.js > > http://orz.hopto.org/moin/BookShop?action=AttachFile&do=get&target=ajax.js Indeed it works now, I was having the same problem. The links above do not work at the moment, by the way.
I had already switched to MochiKit SVN, but ajax.js still needed to be fixed And of course, a minor release should not depend on an unreleased MochiKit so we would have a patched 1.3.1... Yattom said maybe other changes are needed to RPC? (the handling of form contents by mochikit was introduced in http://trac.turbogears.org/changeset/1738) /me goes to trac it --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

