Hi:
I use javascript to generate some date, which I was able to transfer to the
NetDynamics ListBox(show on screen). But, when I use following code to retrieve them
CSpListBox lstbxFrom = (CSpListBox)getDisplayField("parDfrom");
Vector vFrom = lstbxFrom.getSelectedList ();
for (int i = 0; i < vFrom.size(); i++)
{
CSpListItem currSelected = (CSpListItem) vFrom.elementAt(i);
CSpValue currSelectedValue = currSelected.getValue();
String selectedLabel = currSelected.getLabel ();
CSpLog.send(this, CSpLog.USER_DEBUG, new String("BlankPage11.
on save_onWebEvent() Vector Value:"+currSelectedValue.toString()+"Vector
Label:"+selectedLabel));
The CSpLog show the default None Selected label. Could anyone help.
Thanks
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]