I am trying to get the String parameter "username" from request with an expression . I did some research, but could not find a way to do this, I would like something similar to ${pageContext.request.parameter.username}
How to get a specific query parameter using only expression language?
java jsp el
Victor2748
source share