Re: ActionForm validate() - How to get ServletContext from HttpSessio n in J2EE 1.2

2003-09-15 Thread Craig R. McClanahan
> > Subject: ActionForm validate() - How to get ServletContext from > HttpSessio n in J2EE 1.2 > > Hi, > > I am using Weblogic 5.1 and if I'm not wrong it is implementing J2EE > 1.2, in which the HttpSession interface does not specify the > getServletContext

ActionForm validate() - How to get ServletContext from HttpSessio n in J2EE 1.2

2003-09-15 Thread Chang, Henrique
Hi, I am using Weblogic 5.1 and if I'm not wrong it is implementing J2EE 1.2, in which the HttpSession interface does not specify the getServletContext() method. I need to get to the application context via : request -> session -> application. My issue is the following :