Personal tools
You are here: Home   Bugs   currentForm doesn't send all selected items in a mulit-select list.  
 
Document Actions

#6 — currentForm doesn't send all selected items in a mulit-select list.

State Rejected
Release:
Area Client side framework and general
Issue type Bug
Severity Medium
Submitted by Danny Bloemendaal
Submitted on 2007-06-29
Responsible Balazs Ree
Target release:
Return to tracker
Last modified on 2007-10-20 by Balazs Ree
It only sends the first item instead of all selected items.
Added by Balazs Ree on 2007-07-11 01:58
It works in kss.demo. Can you have a look and maybe post some details on how your specific usage is different from that one?
Added by (anonymous) on 2007-09-08 21:02
as ree suggested you need to use kssSubmitForm: currentForm(). kss.demo contains such example.
Added by Balazs Ree on 2007-09-08 21:05
Responsible manager: (UNASSIGNED)ree
currentForm() is deprecated, and kssSubmitForm: currentForm() must be used.

currentFormVar has the deficiency that it cannot handle :list, :record, :records type of variables. I believe currentFormVar needs to be deprecated altogether, and currentForm needs to be extended to only filters some elements as an option. Besides the filtering use case, this would also fix the multi-select list.
Added by Balazs Ree on 2007-10-20 20:01
Issue state: unconfirmedrejected
I reject this issue since kssSubmitForm must be used for this. If the error still persist please resubmit + supply demo to reproduce problem.