You don't know the URL for the page you are trying to redirect to? You are 
creating a relative URL, you need to know the server and path so create a new 
java.net.URL("http://theserver.com/thepath/whatever";) and return it from your 
event handler.

-- Josh

On Aug 26, 2010, at 1:05 PM, badluck13 <blueb...@gmail.com> wrote:

> 
> I don't know how to get URL!? :(
> -- 
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/t5-response-encode-and-redirect-problem-tp2715046p2739157.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> 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