Em Tue, 13 Oct 2009 10:56:54 -0300, Argo Vilberg <wilps...@gmail.com> escreveu:

upgrade from 5.0.14 -> 5.1.0.5.
I have repaired over 10 errors, and now i got this!!
sendRedirect does not work.
requestGlobals.getHTTPServletResponse().sendRedirect(urll);

If you want to redirect to other URL inside a Tapestry page, return an java.net.URL instance in its onActivate() method. By the way, you can inject the HttpServletRequest directly. No need to user RequestGlobals for that.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to