eliom
eliom copied to clipboard
Client-side services do not deal with list parameters
When trying to create a client-side services that accepts a list-type parameter, I keep getting 'Cannot parse params for client-side service' error messages.
Looking at the code in src/lib/eliom_parameter.client.ml, it does look like the list parameter is not matched in reconstruct_params_form. Is this intentional?