Query Parameter in URL on Form GET is missing with Sightly with AEM 6+ | Community
Skip to main content
Adobe Champion
September 3, 2016

Query Parameter in URL on Form GET is missing with Sightly with AEM 6+

  • September 3, 2016
  • 0 replies
  • 2107 views

Hi All ,

In sightly HTML file, I was using following code (dummy for explanation purpose),

<form action="/content/testpage" method="get"> <input name="test" type="text" value="test"> </form>

When I am redirected to testpage on filling the form , I am not able to see query parameter i.e ?test=test .   However I am able to retrieve the value from request parameter , but I want to show these params in the URL also . Please let me know if anyone faced the same issue .

With JSP file I am able to see query parameter on form GET .

Regards.

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