RE: pageContext.getSession() Bug in 0.7.9

1999-01-02 Thread Magnus Stenman
3 PM Subject: pageContext.getSession() Bug in 0.7.9 > > > > HI, > > in 0.7.9 a call to pageContext.getSession() returns null if I have not done a > jsp:useBean with scope="session" > > Yet the implicit session variable is not null in the jsp page. This i

pageContext.getSession() Bug in 0.7.9

1999-01-02 Thread Sharath_Komarla
HI, in 0.7.9 a call to pageContext.getSession() returns null if I have not done a jsp:useBean with scope="session" Yet the implicit session variable is not null in the jsp page. This is a serious bug to me since I am writing custom tags and our applications will not use jsp:useBean. I was t