I'm not sure given the information you provided, but here are a couple
thoughts:

 * You probably want to submit a form to a standard servlet not an RPC
servlet.  You can do the latter, but you have to override doGet() and
doPost().

 * If you're uploading a file then the typical request.getParamter()
calls will no longer work.  I use the commons upload library and it
sorts this out for me.

Good luck!

On Dec 28, 3:57 am, shash <[email protected]> wrote:
> hi,
> I am having simple form desinged using FormPanel but I am not able to
> acess the variables at server side
> in servlet as well as sing RemoteServiceServlet.
> Please if any one help
> Thank & Regards.

--

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