Very cool! I was going to suggest sending a client-side redirect
rather than performing a server-side forward.
On Tue, Apr 15, 2008 at 5:54 AM, Juhan Kundla <[EMAIL PROTECTED]> wrote:
> János Jarecsni kirjutas:
>
> > some news. I tried this with T4.1.5, where the Tapestry frontend is
> > impleme
Hi Juhan!
A BIG BIG thanks! This in deed works (the tag is only available from 2.4
servlet spec.).
You made my day! :)
Cheers,
Janos
On 15/04/2008, Juhan Kundla <[EMAIL PROTECTED]> wrote:
>
> János Jarecsni kirjutas:
>
> > some news. I tried this with T4.1.5, where the Tapestry frontend is
> >
János Jarecsni kirjutas:
> 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)
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 work
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.getRequestD
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 we