Hi !
I have a problem with JSP sessions under WAS 3.5.4.
I wrote an application with sessions that worked under Tomcat, and now that I have to migrate to Websphere, lines such as :
tf = (String)session.getAttribute("id"
won't work : I get the error :
com.sun.jsp.JspException: Compilation failed
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
...
I am sure that the error comes from this since I have commented any other line, and it doesn't work any longer as soon as I add this one...
Can anybody help me ?
Gaelle.
I have a problem with JSP sessions under WAS 3.5.4.
I wrote an application with sessions that worked under Tomcat, and now that I have to migrate to Websphere, lines such as :
tf = (String)session.getAttribute("id"
won't work : I get the error :
com.sun.jsp.JspException: Compilation failed
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.(Compiled Code)
...
I am sure that the error comes from this since I have commented any other line, and it doesn't work any longer as soon as I add this one...
Can anybody help me ?
Gaelle.