Adam Albrechtas

Greenhorn
+ Follow
since Jun 13, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Adam Albrechtas

Does anybody know of any peculiarities when using Internet Explorer to access a page that uses a session bean? My test was very simple: a page with a form that submits to a page that instantiates the session bean and populates it with the form data. I then retrieve the contents of the bean for display. I found that if I submit the form a second time(which, BTW, was just 3 text fields) with none of the fields populated I found that the existing session bean retained all of its data elements rather than being blanked out (which is what I expect would happen). If I enter data in one of the fields and submit the bean data changes for just that field changes while the other 2 elements remain at their original values.
When I try doing this in either Netscape 4.xx or Netscape 6.xx the form / bean interaction behaves as I expect it would -- submitting a blank form results in the blanking out of the session bean data.
I would appreciated it if anybody can shed some light on this for me
22 years ago