On Apr 12, 11:46 am, Viliam Durina <[email protected]> wrote: > In my application the login form is not submitted as a standard HTML > submit, but as a RPC request. Everything works, except that the > browser does not offer the password to save. Is there some workaround > to this or do I have to change the login to standard submit?
You have to change the login to a standard submit, but it doesn't mean you cannot use an RPC request: http://groups.google.fr/group/Google-Web-Toolkit/t/2b2ce0b6aaa82461 But your login form must first be in the original HTML markup and not be moved once loaded. -- 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.
