P
Paul Lee
Dear all,
I'm trying to develop a jsp which will display the current user and
time server side (so the time will not come from the local PC clock).
I'm hoping to use two javabeans; first to extract the time serverside
and then
display it in the jsp, and the other bean to do the same with the
current userID.
However, I am unsure as to how to do the auto refresh. I would like
this to
happen every second, and I thought about using the <meta-http
equiv="refresh" ... tag, but this will lead to screen flicker at every
refresh. I am looking at the <jsp:forward page="this_current_page.jsp"
/> call but I can't determine if this has a timer/delay parameter
included. I still think that this will cause some flicker, though.
Can anyone help?
Best wishes
Paul
I'm trying to develop a jsp which will display the current user and
time server side (so the time will not come from the local PC clock).
I'm hoping to use two javabeans; first to extract the time serverside
and then
display it in the jsp, and the other bean to do the same with the
current userID.
However, I am unsure as to how to do the auto refresh. I would like
this to
happen every second, and I thought about using the <meta-http
equiv="refresh" ... tag, but this will lead to screen flicker at every
refresh. I am looking at the <jsp:forward page="this_current_page.jsp"
/> call but I can't determine if this has a timer/delay parameter
included. I still think that this will cause some flicker, though.
Can anyone help?
Best wishes
Paul