I tested the same thing with a servlet as well, and it does not work. I can't imagine what can be a problem :(
thanks in advance, janos On 15/04/2008, János Jarecsni <[EMAIL PROTECTED]> wrote: > > Hi, > > I cannot forward to a Tapestry page from a javax.servlet.Filter with > > request.getRequestDispatcher("/Start").forward(request, response); > > however, > > request.getRequestDispatcher("/test.jsp").forward(request, response); > > works fine. > > This is baaadly needed for what I'd like to do. Any help is welcome! > > Thanks, > Have a fine day > > Janos >