hello,
I use JRun
with JSP for servlet development.
The problem statement:
On
validating a user who logs into the application, the userid is saved in a
Session variable : userid. This coding has been done in a servlet. I am not able
to access the value of this session variable from within a JSP page. I used the
Session object of JSP to get the value of the session variable.The error i get
is...
Found 1 semantic error compiling "D:/JRun/jsm-default/services/jse/servlets/jsp/servedoc/LoginCheck.java":
62. out.println("userid="+Session.userid);
<------------>
*** Error: No field named "userid" was found in type "com/livesoftware/jrun/plugins/jsp/JSPSession"Any suggestions?
danny
