Quantcast
Viewing all articles
Browse latest Browse all 34

"GET" value in JSP with Spring MVC

I am trying to get the "registo" value from the folowing url:

http://localhost:83/spring/login?registo=sucesso

in my jsp file.

What I have tried so far:

<c:if test="${not empty request.getAttribute('registo')}">    ....</c:if><c:if test="${not empty registo}">    ...</c:if>

and some more that I don't remember.

Any advice?


Viewing all articles
Browse latest Browse all 34

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>