Custom submit reading form fields
I have asked this question here:
java - AEM Form get all fields from custom submit - Stack Overflow
I need to write a custom form submit action.
So far I have a custom post.POST.jsp communicating with an OSGI service.
I have already followed this tutorial: Adobe Experience Manager Help | Creating a custom action for an Adobe Experience Manager Form component
Unfortunately this tutorial is a little basic.
I need to be able to read all field selections from a form without knowing in advance what the content authors might put there.
How can I achieve this?

