forms??? thats so 2000s. use event based design like u mentioned and submit via 
restful. using post get or update or whatever ur backend or api require. 
sometimes u need to use forms for file xfer or other specialized means. just 
keep in mind that not using forms can and does break usability / accessabilty 
guidelines. but then again i was never good at coloring or following the rules. 

Sent from my iPhone

On Aug 28, 2012, at 1:20 AM, jopaki <[email protected]> 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/-/vcL7hYiHy7UJ.
> 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.

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