Issue getting forward.jp to work
I have created a custom form action which contains the following: dialog, addfields.jsp, forward.jsp.
I am using the add fields.jsp to construct a simple form and a submit button.
My intention is that when the user submits, to form data is sent to another component where i invoke a service and then change the display with the result of the service.
I have tried using post.POST.jsp to handle the form data, and this works as expected, but forward.jsp gives me a blank screen. I am suing the example in
/libs/foundation/components/form/actions/mail
as suggested by this document [http://docs.adobe.com/docs/en/cq/current/developing/developing-forms.html]
Could you please explain how i should use the forward.jp functionality correctly.
Many Thanks