What genius thought of not passing checkbox parameters and why?
843836Feb 12 2004 — edited Mar 29 2008OK, so I have a form with some check boxes on them. If I check them, the parameters and values are added into the request parameters. If I don't check them, the parameters are not even sent at all?
What is that? Why doesn't it at least send the parameter with a null value? Makes coding dynamic forms much more difficult and I can't see the point.
Anyone have any thoughts or experiences with this?
Thanks.