Eric Bosmans

Greenhorn
+ Follow
since Mar 25, 2004
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 Eric Bosmans

Hi all,
I'm currently implementing an application based on the MVC. This is an application which performs a logical test. Each test has its own jsp called by the controller the number of times needed following the number of questions in this test. These tests are timed, I need to stop the test and call the next jsp after a certain delay and don't know how to perform this. If you could help me, that would be great !
To summarize, my problem is to have a timer running outside the application context and to load a precise jsp after the delay but don't forget, it will be called programatically outside its context.
20 years ago
JSP
Hi all,
I'm currently implementing an application based on the MVC. This is an application which performs a logical test. Each test has its own jsp called by the controller the number of times needed following the number of questions in this test. These tests are timed, I need to stop the test and call the next jsp after a certain delay and don't know how to perform this. If you could help me, that would be great !
To summarize, my problem is to have a timer running outside the application context and to load a precise jsp after the delay but don't forget, it will be called programatically outside its context.
20 years ago