I hava a servelt. I am using the following code to refresh.
res.addHeader("Refresh", "10");
But before I am reading the date using a form.
For the first time, it works fine. But after 10 sec, during refresh I am getting null pointer exception as date is null.
How to take the previous value of date even after refresh.
thanks in advance, Mahes