>I was quite disappointed as this issue was closed so quickly
Yes, its a pity, the two types of redirects are distinctly different and 
equally important. RequestDipsatcher.forward() is the preferred redirection 
approach for many banking sites / payment gateways etc because redirection is 
performed at the server (so no need to use a session or querystring 
parameters). Furthermore, you always deal with the same request/response and 
have the ability to set attributes in the request which can be retrieved even 
after redirecting... for example a simple page refresh will update both 
redirect source and target (nice for a wizard type UI), whereas with a 
sendRedirect() a new request/response is generated each time.

I hope Howard will reconsider.

cheers,
Peter

----- Original Message -----
From: "Borut Bolčina" <borut.bolc...@gmail.com>
To: "Tapestry users" <users@tapestry.apache.org>
Sent: Wednesday, 15 April, 2009 22:55:12 GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul
Subject: Re: t5: forwarding in index

Hi,

no I do not have any information, sadly. I had to ditch the concept of
having tapestry form together with tapestry-spring-security.

I was quite disappointed as this issue was closed so quickly.

-Borut

2009/4/15 Francois Armand <farm...@linagora.com>:
> Borut Bolčina wrote:
>>
>> It is now: https://issues.apache.org/jira/browse/TAP5-607
>>
>
> This bug was closed without real solution nor bypass, do you had some more
> information about it ?
>
> --
> Francois Armand
> Etudes & Développements J2EE
> Groupe Linagora - http://www.linagora.com
> Tél.: +33 (0)1 58 18 68 28
> -----------
> http://fanf42.blogspot.com
> InterLDAP - http://interldap.org FederID - http://www.federid.org/
> Open Source identities management and federation
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to