cancel
Showing results for 
Search instead for 
Did you mean: 

How to access request attributes in homepage

imransheikh
Explorer
0 Kudos

Hi Experts,

How can i get the request attribute in my homepage .
Example: i am storing the value in request attribute in storefrontautenticationsuccesshandler.java and i want the get that request value in homepage(LandingLayout2page.jsp).

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Kudos

Usually the context path and all we can get it from request as show below.

 <c:out value="${request.contextPath}"/>


similarly if you want to get some value you can follow the same