|
From: | Alverth, Daniel C |
Subject: | [help-cgicc] Multiple selection boxes |
Date: | Fri, 8 Jul 2005 11:15:23 -0400 |
Hello,
My name is Dan Alverth and I'm using Cgicc. I have a dilemma.
I construct a select object as follows:
cgicc::select( ).set("name","Control Variables Box").set("size","10").set("multiple");
I get the submitted form data as follows:
cgicc::Cgicc.getElement("Control Variables Box") -> getValue( );
But this only returns a single string (The first selected entry only).
I lose all the other selections.
If the user selected 5 entries, getValue( ) only returns the first selection.
Is there a way to correct this problem?
Thank you very much.
Dan Alverth
Associate Programmer
Nielsen Media Research
150 N. Martingale rd.
Schaumburg, IL 60173-2076
[Prev in Thread] | Current Thread | [Next in Thread] |