Re: T5 Sending a 302 redirect off-site from within a Form handler

2008-06-19 Thread Sven Homburg
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:

RE: T5 Sending a 302 redirect off-site from within a Form handler

2008-06-19 Thread Ezra Epstein
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

Re: T5 Sending a 302 redirect off-site from within a Form handler

2008-06-18 Thread Howard Lewis Ship
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.