9A0-410 Exam QuestionsBrowse all questions from this exam

9A0-410 Exam - Question 32


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

Show Answer
Correct Answer: AC

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

1 comment
Sign in to comment
sg0206Option: A
Sep 17, 2019

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