Exam 9A0-410 All QuestionsBrowse all questions from this exam
Question 32

What is the purpose of creating a custom post.POST.jsp for a custom submit action?

    Correct Answer: C

    Creating a custom post.POST.jsp for a custom submit action is done to override the default submit location. This allows developers to define their custom submission handler and destination instead of relying on the default form submission logic.

Discussion
sg0206Option: A

To create a custom submit action, you setup nodes and properties within the AEM repository. In addition, you define a JSP file named post.POST.jsp. When the user fills out the form and clicks the submit button, form data is posted to the post..POST.jsp. This JSP captures the submitted data and passes the data to a custom service defined within an OSGi bundle. https://helpx.adobe.com/experience-manager/using/posting-aem-6-form-data.html