Adaptive Form Prefill Service Request Paramter
Adaptive form request URL:
localhost:4502/content/myform.html?foo=bar
Prefill service:
@Component
public class FormPrefillService implements DataXMLProvider { ... }
From FormPrefillService how can I access the request parameter "foo" from the request URL?
Thanks