Ivan R
Member since Mar 12, 2023
- Profile: /members/14620-ivan-r.htm
- Comments: 2
Recent Blog Comments By Ivan R
-
Managing Lists Of IDs Using HTML FORM Posts In Lucee CFML 5.3.7.47
Posted on Mar 12, 2023 at 6:06 PM
@Ben, Yes, the analogy with list functions is perfect. It means this behavior of ColdFusion is not odd but rather consistent. But it can cause issues. For example when submitting multiple hidden inputs representing some optional property or nullable db field.... read more »
-
Managing Lists Of IDs Using HTML FORM Posts In Lucee CFML 5.3.7.47
Posted on Mar 12, 2023 at 9:47 AM
It should be noted, that any input with an empty string value, will simply NOT be included in the resulting list or array in the FORM scope. For example inputs with values 1, '' , 3 will submit as '1,3' or [1,3]. This is quite odd and might be unexpected to some. Ray Camden wrote about thi... read more »