Hi All,

some news. I tried this with T4.1.5, where the Tapestry frontend is
implemented as a servlet, and it WORKS THERE. So, it is now obvious, that
the forward does not work, because with T5 Tapestry frontend is a filter.

My questions:

1) why it is a filter?
2) how this situation could be worked around?

Thanks!
Janos

On 15/04/2008, János Jarecsni <[EMAIL PROTECTED]> wrote:
>
> 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
> >
>
>

Reply via email to