In my JSF application, I have input fields that take in numbers. And ajax renders to add this number to a total. This all works fine.
However, while doing testing multiple times. The IE Autofill would suggest the same numbers I have been using.
Now, wanting to save time I use them and notice that the total doesn't change.
I was curious if anyone else has had this problem, and if so; how did they fix it?
P.S. I emulate IE7 compat mode through my servlet being sent with the header
Thank you in advance!