Get the url from which AEM form is submitted | Community
Skip to main content
New Participant
August 22, 2017

Get the url from which AEM form is submitted

  • August 22, 2017
  • 2 replies
  • 3631 views

I have an Adaptive AEM form component that submits data to rest end point.

The data that is submitted in the form is obtained in slingservlet.

I want to get the path of the url in SlingServlet from where form is submitted.

I try to use request.etResourceURI(). This gives the path of AEM form submit jsp.

How can i get the path of the page in my Sling Servlet.

Any help is much appreciated.

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

kautuk_sahni
Employee
August 23, 2017

Moving this to AEM Forms topic.

~kautuk

Kautuk Sahni
Shivanna
New Participant
February 6, 2020

@kautuk_sahni @smacdonald2008 Hi, We are also facing the same issue. Is there any suggestions around the above issue? Thanks in adv.

smacdonald2008
New Participant
August 22, 2017
Hina29Author
New Participant
August 22, 2017

Thanks donald. I am using the Adaptive AEM form on my page. How can i pass a hidden parameter with page url as value in AEM adaptive form.

Thanks