Hi,

As far a I know, you can't get server exceptions at FileUpload/
FormPanel
because here you are using regular http/post.
There can sit anything on the server that such form/post will talk
to,
not just java servlet.

You can catch the exception in servlet and return http status
code that fits the situation, or you can provide more information
in the response, but that will be your custom solution.

You get server exceptions on the client when using gwt-rpc only
I suppose.

--
waf

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to