I'm a little confused. The way Tomas showed (above) used to work with Autocomplete, however, Chrome decided it wasn't going to play nice with that any more.
The only solution I could find was to do a login with a form. Eg: <form action="login" method="GET">...</form> I don't know how to get Autocomplete working in Chrome with GWT RPC, and I don't understand what you're talking about with switching to a restful approach. If you (or anyone) can offer a solution not using a form, I'm all ears. As, yes, forms are so 2000s, and I would rather not use them. Cheers. On Tuesday, 28 August 2012 15:33:38 UTC+10, Kara Marie Rawson wrote: > > 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] <javascript:>> > 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]<javascript:> > . > To unsubscribe from this group, send email to > [email protected] <javascript:>. > 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 view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/o3V9wE7boyEJ. 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.
