Pass an array of parameters to a process through AJAX
570903May 16 2007 — edited May 16 2007Hi
Is it possible to pass an array of parameters created by the APEX_ITEM API to a process called by Ajax ? The items (called f01) can also be created dynamically by the javascript function document.createElement.
For instance, in a dynamic PL/SQL region with more than one item generated with the id f01, can I pass that array of values through Ajax ?
Thanks