problem with IE

Iam having a login application which is making use of Struts.The problem is in Internet Explorer when the user inputs username and password and then submits,the browser does not ask for saving the login information.So every time i have to enetr the username and password manually.But in Firefox it saves the username and password.In IE i enabled th autocomplete and checked,then also it is not promting to save username and password.Is anybody having a solution for this.

Thanks in advance.

[503 byte] By [aneesh.maxa] at [2007-11-27 8:07:26]
# 1

That problem is not specific to Java, so you'll probably get better help elsewhere.

Having said that I assume that IE doesn't recognize your fields as a username/password combination (browsers depend on some hints to identify those, such as the name, whether or not it's a password field and so on).

So your best bet is to google for the exact combination of hints that IE expects to handle something as a username/password pair.

JoachimSauera at 2007-7-12 19:50:09 > top of Java-index,Java Essentials,Java Programming...
# 2
thank you JoachimSauer for your response.
aneesh.maxa at 2007-7-12 19:50:09 > top of Java-index,Java Essentials,Java Programming...