RE: error Ljavax/servlet/http/HttpServletRequest

2006-01-11 Thread Fredrik Rubensson
Hi, > I `m calling a bean from a jsp page that return HttpServletRequest snippet > > HttpServletRequest req= myBean.getMessage(); > out.write(req.getParameter("mess")); > where mess is a variable that was set in the bean > > My problem jsp can`t compile I got the following errors > >jav

Re: error Ljavax/servlet/http/HttpServletRequest

2006-01-11 Thread guangyu zhang
can you show me the com.MyBean.java ' source code? how does class "MyBean" get the HttpServletRequest ? Have you passed the request to class MyBean? 2006/1/11, marju jalloh <[EMAIL PROTECTED]>: > I `m calling a bean from a jsp page that return HttpServletRequest > snippet > > HttpServletReques