Thats the tag i am using how can i set the parameters to this viewerName because if i do the above code it takes me to the parameter page on the BO server
but i am already capturing the parametes and setting them like this
the parameter fields are already in there in the session but why doesnt the tag <crviewer:viewer> tag takes them and gives me the report embeded in the jsp
please help
I have thread, in the run method of the thread i have a while loop which continuously runs to query the database to get new records from the table
but when i am interrupting the thread using thread.interrupt() it is killing my database connection
In my web application i have started some threads
There is a start button which starts the thread there is a stop button which stops the thread
But if the user goes away without clicking the stop button the threads are hanging there with a continuous refresh interval
So i need some mechanism which i can stop those threads when the user goes away from that page
or if the user closes the browser then i need to stop all the running threads
please help me with some code or some ideas
any ideas are appreciated
I have a thread running in a jsp
I have a button which clicked will start the thread and a stop button to stop the thread
but if the user forgot to click the stop the thread button and if the user closes the browser the thread is still running
so i want to know if there is any mechanism which i can use to capture the user activity and stop the thread
If we close the browser window can we write the code to stop the thread that was running on that page
Any ideas on this how to correlate the user actions
I have the following javascript to tab to the next input box on tab/period
which works fine in Internet Explorer
but in Firefox the . also shows in the input box becoz i am not able to skip the keycode 46 in firefox
I have a thread which refreshes every 60 seconds and checks if there is content in the log file
so i want to refresh my html/jsp page the amount of time and reload the html/jsp with the new content added
if i refresh(f5) from the browser it works fine
can anyone give suggestion how to refresh automatically