In contrast to the PL/SQL agent method, in which multi-valued form parameters were received in an array of values, multi-valued parameters in the Java Cartridge method are sent as multiple name/value pairs, where the name is the same in all the pairs. For example, if a select list called sel1, had three values, val1, val2, and val3 associated with it, then the name/value pairs:
sel1=val1 sel1=val2 sel1=val3will be sent to the form action procedure.