-Bill Siggelkow
Sebastian Ho wrote:
Hi
I don't know this is a struts or servlet or my problem.
I am implementing servlet filter. I can access 'index.do' fine before implementing the filter. After I implemented the filter, a forward to 'index.do' gives me a blank page.
This is the only statement in my doFilter() method.
this.myFilterConfig.getServletContext().getRequestDispatcher("/index.do").forward(request, response);
Anyone experience somethign similar?
Thanks
sebastian Ho
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]