eliom icon indicating copy to clipboard operation
eliom copied to clipboard

Client-side services do not deal with list parameters

Open jaapb opened this issue 6 years ago • 0 comments

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?

jaapb avatar Dec 03 '18 18:12 jaapb