HI Vincent,

I had a similar requirement, i've used a intermediate servlet to which the
data was posted ...the parameters were picked and stored in session and
later retrieved from gwt servlet.

had to follow this approach because gwt servlet doesnt take POST method.

Thanks
Sudeep

On Wed, Mar 24, 2010 at 2:22 AM, Vincent <[email protected]> wrote:

> Hi:
>
> I am new to GWT so please excuse this stupid question.
>
> I have a GWT app that I can jump from page to page.  On one page, I
> want to jump to another page with a set of parameters but I do not
> want to pass them via GET.  I like to use POST.  Is there a way to
> redirect a page in GWT with a set of parameters?
>
> Thanks
>
> --V
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to