LGPL 3.1
Hi everybody!
I have a question regarding DataSourceField names.
The documentation says that each DataSourceField name must be "a valid JavaScript identifier, as specified by ECMA-262 Section 7.6.". At the same time, as far as I undestand, these field names are used for naming HTTP-parameters via which request data is transferred to the server (RestDataSource).
I want to utilize Spring MVC binding functionality, but it expects "." (dots) for specifying nested objects.
Is it possible to specify HTTP-parameter names used to transfer data to a server (at the DataSource level)?
Hi everybody!
I have a question regarding DataSourceField names.
The documentation says that each DataSourceField name must be "a valid JavaScript identifier, as specified by ECMA-262 Section 7.6.". At the same time, as far as I undestand, these field names are used for naming HTTP-parameters via which request data is transferred to the server (RestDataSource).
I want to utilize Spring MVC binding functionality, but it expects "." (dots) for specifying nested objects.
Is it possible to specify HTTP-parameter names used to transfer data to a server (at the DataSource level)?