Create a page process to save the new item values back to a table.
When the page is submitted all values on both lists will be selected automatically so be available to the page process, because the mutliselect items were created within a plsql package they have to be accessed using the global array syntax as discussed here http://forums.oracle.com/forums/thread.jspa?messageID=929616.
Note: You will want to make this process conditional based on submit request value, usually this is the button name, so that it doesn't run during other types of submitting functionality (ex. Tab Navigation). |