AEM 6.1 Sightly basic form submit and redirect to same page
问题 I am trying to do the following on AEM 6.1: Develop a simple form (3 input fields) Process the submitted values, And redirect to the same page with processed values/result I am able to submit the values to a servlet, and process them (business logic), and the result to a requestparamter so i can retrieve them on the UI. But i am stuck at these: Redirecting to the same page And retrieving the request parameters and display them using Sightly. Code Snippets: Servlet @SlingServlet( methods = {