If you are talking about using LinkImpl to send a redirect, use the following:

@Inject private Response response;
response.sendRedirect("yourUrl");

Christian Gorbach wrote:
hi
http://tapestry.apache.org/tapestry5/tapestry-core/guide/pagenav.html
you can simply return an URL object

c)hristian



Kheldar666 wrote:
Hello everybody !

Can anybody post an exemple of how to use the 'new' LinkImpl in T5.0.9 ?
Do we still have to use the Internal component ? Is there now a more
elegant and recommanded way to create a Link to an external URL -the use
of an Internal componant is not safe at all- ?

Thanks for the answers :)

Regards,

Martin





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to