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.