java - JSP Expression Language get parameter -


I'm trying to get the string parameter "username" I have done some research with Expression Language , but there was no way to do this, let me get to $ {pageContext.request.parameter.username} Need something like that.

How to obtain a specific request parameter using only the expression language?

If you receive a feature from 'session', try it $ {username}.

If you get a parameter from 'request', then try $$ {param.username}.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -