Correct.  The form must be the thing doing the submit.

Although, as I pointed out, Chrome stopped working with a JavaScript call 
to trigger the form to submit.  So I now let the form do its own submit. 
 All I use GWT for is positioning the widgets.

It sucks, but it's the only way I could get it to work.


On Tuesday, 28 August 2012 15:20:05 UTC+10, jopaki wrote:
>
> So all this form/FormPanel mangling implies that the <form> tag is 
> required to be present in the original markup yes?  Otherwise, one could 
> just have the username and password fields in the orig. markup and manually 
> submit to server by trapping an onclick to a simple button and then 
> construct the request via RequestBuilder.  What do you guys think about 
> this?
>

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