On 14 déc, 15:27, andreas_b <[email protected]> wrote: > Hi all. > > I've seen different (not so pretty) solutions to enabling browser auto > complete for login forms with GWT. > I have not had time to investigate UiBinder much yet, but I was > wondering if it is possible to make a cleaner solution for this using > UiBinder?
No. Browsers will only save (and auto-complete) forms that are in the original page markup. (and UiBinder is nothing more than syntactic sugar for HTMLPanel). -- 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.
