java - JSP Expression Language get parameter -



java - JSP Expression Language get parameter -

i trying string parameter "username" request expression language. did research, couldn't find way so, need ${pagecontext.request.parameter.username}

question: there way specific request parameter, using look language?

if attribute 'session', seek ${username}.

if parameter 'request', seek ${param.username}.

java jsp el

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -