Good evening. I had a question as to why I am getting this error:
I wanted to list a series of choices for the user, by using the ChoiceGroup() method. But, when I try to access their choice (from the array that I provided), I get this error.
Also, I'm having some trouble understanding how to set a variable to their response. For instance, I have this right now...
ChoiceGroup siteChoice = new ChoiceGroup("Choose a Site", List.EXCLUSIVE, cells, null);
siteScreen.append(siteChoice);
So can I access which selection they decided on? Thank-you very much for any help you could provide! Happy Father's Day!
[ edited to preserve formatting -ds ]
[ June 17, 2002: Message edited by: Dirk Schreckmann ]