Does anyone know if this problem is browser Specific.
Here is the problem, I'm running an Applet that does searches against a Database via a Servlet.
When I hit refresh I would expect the applet to be reloaded hence if I enter values of the previous search it should be able to receive the same response from the Servlet, unfortunately when I hit reload I get a ERROR 500 message.
I'm thinking of having the Applet run from a separate Thread that refreshes every x minutes but I'm thinking this might consume too much resources.
I'm testing it on FireFox (Mozilla). I'll download a bunch of other Linux based browser and check the behaviour, but for now I just wanted to find out if any of y'all had a quick answer to this one.