There's no way to get the browser to show the new URL except for it to
hit the server twice (as when using Location:).

"Russell Blank" <[EMAIL PROTECTED]> wrote:
> I am trying to redirect a page after a form post the "correct" way with
> webkit.  However, I notice that I am creating a post and a get on the
> webserver.  The first call is always to the previous page.  I want to move
> my user through the application, changing from one page to another after a
> post.  I have tried trans.application().forwardRequest(trans,URL) and I
> noticed that this moves me through the application, but does not change my
> URL in my web browser.  Refreshing the page calls the previous page back to
> the browser.  If I change the resp.setHeader('location',URL) value, it moves
> me to the write page and sets my URL, but it looks like two calls are made
> on the web server.
> 
> Any assistance would be very appreciated.  Thanks.
> 
> Russell A. Blank
> Senior Consultant
> Atlas Development Corporation
> 6351 Owensmouth Avenue, #101
> Woodland Hills, CA 91367
> (818) 340-7080 Phone
> (818) 340-7079 Fax
> 
> "May all our hearts go out to the victims of the most recent act of war."
> 
> 
> 
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
> 

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to