>
     > Again the flow code is unchanged:
     >
     >         delItems = bizData.delItem ;
     >         var items = new java.util.Vector();


As delItems is now actually a widget, why can I not do this to extract the value of the widget?:

delItems = bizData.delItem.value;

Sorry, I'm working with an incomplete picture here... I don't know what bizData is or what bizData.delItem returns. If it's the actual widget then yes, you should be able to do .value to get its value. That value will be a Java String[] array, so if you have to get that into a Vector or Collection to satisfy whatever API you're passing it to then you'll need a conversion something like what I wrote in my previous reply.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]