Update number of login users in all user's page when new user login

2009-01-12 Thread Eunice
Hi, i wanted to have the number of login users to be shown on all user's screen. This means, once a new user login, the number of login users shows on other active user's screen will be updated. Let say there are 2 sessions is currently log in into my application. session.getSessionId() ==

Re: Update number of login users in all user's page when new user login

2009-01-12 Thread Eunice
Ok..Thanks for your reply.. igor.vaynberg wrote: see HttpSessionListener -igor On Mon, Jan 12, 2009 at 6:41 PM, Eunice peiwen0...@gmail.com wrote: Hi, i wanted to have the number of login users to be shown on all user's screen. This means, once a new user login, the number

Re: Get all sessions

2009-01-11 Thread Eunice
after the second user [198y9m0etdvpj] login? Thanks alot again for your replies Peter Ertl-3 wrote: implement javax.servlet.http.HttpSessionListener Am 09.01.2009 um 08:07 schrieb Eunice: Hi, Is there any methods or functions in wicket that can give me numbers of users/sessions

Get all sessions

2009-01-08 Thread Eunice
by using ISessionStore or HttpSessions, since the session will be keep in HttpSessions.. I do really appreciate your reply.. Eunice -- View this message in context: http://www.nabble.com/Get-all-sessions-tp21367229p21367229.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Broken link when trying to navigate to other page with another tab while 1 page is still loading

2008-01-18 Thread Eunice
://cwiki.apache.org/WICKET/how-to-create-dynamic-image-overlays.html This is to create the nodes for a tress, and the nodes will be overlay, do you think this could help? Is there anywhere for me to trace what data is currently been add to Resource? Plz... Eunice Johan Compagner wrote

Broken link when trying to navigate to other page with another tab while 1 page is still loading

2008-01-16 Thread Eunice
Hai, I am trying to develop an application that going to display several charts in 1 page. The coding as below: public class JFreeChartImage extends Image { private int width; private int height; public JFreeChartImage(String id, JFreeChart chart, int width, int height){