Kirke mall

Greenhorn
+ Follow
since Apr 27, 2006
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 Kirke mall

Hi. I have to write a servlet which must be integrated in a frame of an html page.
This servlet call methods of another class that may call some events.
I want to catch these event in the servlet because the html page must automatically change depending on the state.
How can i do this?
I try to resolv my problem setting the events in a variable of the class and reading that in the servlet. So I can change the page controlling this value and refreshing the html page periodically. but, is there another method to do that without refreshing?

Thanks.
17 years ago