I've found can trick the formpanel self target by setting the target to
null. If you wanted to post and redirect to servlet this is how I'd do it.
I've also sharded data and uploaded it over rpc using the file reader, but
this api is still limited.
FormPanel form = new FormPanel((String) null); // (String) null gets rid of
self target
form.setAction(action);
form.setMethod(FormPanel.METHOD_POST);
Brandon
http://c.gwt-examples.com
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/XWLVuEEp2lEJ.
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.