PROCESSING MULTI-VALUED CHECKBOXES THROUGH WEBACTIONS
"Williams, Mark L CIV NSWC PC" <[email protected]> Mon, 3 Mar 2008 10:14:21 -0500
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <2790804CBFD3C749BE6D40CE54CDA5A1046ED497@naeanrfkez06> |
I could have sworn I'd seen something about the topic but absolutely can't find it now. Need help quick, if possible. I have a form with many checkboxes with the same name, different values. If I use request-query-value to retrieve, I seem to just get the first string. I can work-around with a multiple select I suppose, but I figure I'm missing something -- probably something trivial. So... Anyone know how to get the whole set of values from checkboxes back into an action? TIA Mark