I’m trying to add some user options for the radiology module, therefore I added a portlet containing the radiology options to the userForm.jsp by using the extensionPoint.
But how can I save the options to the database?
I can’t extend the OptionsFormController since this controller already handles the form submission and on the portlet controller I’m not receiving the form data.