I've followed this: https://helpx.adobe.com/experience-manager/using/form_component_customaction.html tutorial and have setup a jsp sending data to an OSGI service.
In the tutorial, they pull the form params out one by one using request.getParameter().
How can I write this service to pull out all selections even if the form changes?
The reasoning for this is that we want to allow content authors to change the form without having to worry about changing backend code.