For list box and combo box (cspselectablegroup)
we can use getSelect():-
CSpComboBox cbxCreditCard = (CSpComboBox) getDisplayField ("cbxCreditCard");
CSpListItem currSelected = cbxCreditCard.getSelected ();
if (currSelected != null)
{
String selectedLabel = currSelected.getLabel ();
CSpValue selectedValue = currSelected.getValue ();
: : :
}
What happen to check box and radio button.
I did not find any getValue() methods ??
_________________________________________________________________________
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]