Hello Experts-
I am trying to pass an input field from a view to a controller that contains textual data as a table.
In the case of InputField where the data can be passed as a string, I am being able to use form-fields in the DO_HANDLE_DATA method of the view's controller.
Trying to do this for user input being passed as a table results in an error.
Is there a way that I can pass contents of a TextEdit or a TextArea box in a view to an attribute in its controller class?
Thanks,
- Vik.