[Seaside] Comanche 5.0

Avi Bryant avi@beta4.com
Sun, 26 May 2002 19:22:00 -0700 (PDT)


On Sun, 26 May 2002, Jim Benson wrote:

> I am using Comanche 5.0 ; I had to go to the mailing list and try to grab
> the appropriate update from one of the mailing list messages.

I was about to post the update on the wiki, when I found the following,
simpler fix.  In IAKom>>process:, add as the first line of the method:

  aRequest multiValueFormFieldsDisable.

The next release of Seaside will hopefully actually use the multi-value
support to (finally) implement a multi-select box, but for now just
disabling the feature should make things work.  I'm a little confused as
to why Kom 5 doesn't disable this by default, as it must be breaking all
kinds of legacy apps.