You haven't provided enough information. Where in the program flow is
the Java method? What are you trying to retrieve? What are you trying to
achieve?
-Adrian
su2 wrote:
Hello Friends,
I was trying to retrieve the session value using following code in Java
Method. But it gives me error -"session" can not be resolved.
-------------------------------------------------------------
String fromDate = session.getAttribute("fromDate");
-------------------------------------------------------------
Am I missing something?
Thank you for the help in advance.
Su-