nesday, June 18, 2008 10:23 PM
> To: Tapestry users
> Subject: Re: T5 Sending a 302 redirect off-site from within a Form
> handler
>
> You should be able to simply return a java.net.URL.
>
> On Wed, Jun 18, 2008 at 9:55 PM, Ezra Epstein
> <[EMAIL PROTECTED]> wrote:
Thanks. Where is that documented?
-Original Message-
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 18, 2008 10:23 PM
To: Tapestry users
Subject: Re: T5 Sending a 302 redirect off-site from within a Form
handler
You should be able to simply return a
You should be able to simply return a java.net.URL.
On Wed, Jun 18, 2008 at 9:55 PM, Ezra Epstein
<[EMAIL PROTECTED]> wrote:
> I've got a simple form and an onSubmit() method. When the form
> submission succeeds I want to redirect to another site (full URL) but
> can't figure out how to do that.