I using GWT and have created a login form. I've tried all sorts of ways to get IE7 to prompt to remember the login info but with no success. I thought that maybe this would have worked (but it didn't):
TextBox submit = new TextBox();
submit.getElement().setAttribute("type", "submit");
Any ideas?