Re: How to read POST parameters in GWT

2009-10-25 Thread jett

I'm fairly new to GWT as well and was trying to solve the same
problem.  I know you can pull out 'GET' parameters using a call like
this:

Window.Location.getParameter(token);

Don't know if that is an option you can use.

Jett

On Oct 9, 2:55 pm, Sudeep S sudee...@gmail.com wrote:
 Hi,
 I am new to gwt.

 I am invoking a gwt module from an external html and passing parameters in
 the POST.

 How can they be retrieved in the gwt app.

 Thanks
 Sudeep

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



Re: How to read POST parameters in GWT

2009-10-12 Thread rjcarr

Hi Sudeep-

As far as I know, the GWT services are proprietary and should only be
used for RPC.

You'll want to set up a generic servlet to handle your custom POST
submissions.  Take a look at HttpServlet in Java EE for more info.

You *might* be able to coerce a GWT servlet to do what you want but
you probably don't want to do that.

On Oct 9, 11:55 am, Sudeep S sudee...@gmail.com wrote:
 Hi,
 I am new to gwt.

 I am invoking a gwt module from an external html and passing parameters in
 the POST.

 How can they be retrieved in the gwt app.

 Thanks
 Sudeep
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



How to read POST parameters in GWT

2009-10-09 Thread Sudeep S
Hi,
I am new to gwt.

I am invoking a gwt module from an external html and passing parameters in
the POST.

How can they be retrieved in the gwt app.

Thanks
Sudeep

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