thanx, i'll try it out. that's weird thou since its not documented anywhere.



On Sat, Mar 10, 2012 at 11:31 PM, Brandon Donnelson <branflake2...@gmail.com
> wrote:

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

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