Re: Problem forwarding with Servlet and Struts

2004-09-15 Thread Bill Siggelkow
What's your filter-mapping? Also, can you provide more info on your filter? What is it doing? Why is it forwarding? Typically a filter will simply call 'chain.doFilter(request, response)' to continue normal processing. -Bill Siggelkow Sebastian Ho wrote: Hi I don't know this is a struts or se

Problem forwarding with Servlet and Struts

2004-09-15 Thread Sebastian Ho
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.myFil