next up previous
Next: Processing form parameters Up: No Title Previous: Retrieving form parameters

Multivalued form parameters

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=val3
will be sent to the form action procedure.



Dr. Raj Sunderraman
7/2/1998