my problem and the next, when I try to get the users UsuariosAtivos
within the class of function

public void sessionCreated (HttpSessionEvent se) (

         HttpSession httpSession = se.getSession ();
         User u = (User) httpSession.getAttribute ( "User");
         System.out.println ( "session created 3.1" + u.getUser ());
         if (u! = null) (
             System.out.println ( "session created 3.1");
         )
         else (
             System.out.println ( "is empty");
         )
         String name = u.getUser ();
         usuariosAtivos.add (u);
         quantidadeSessoesAtivas + +;
         System.out.println ( "session created 3 Michel");
     )
and play in the event a Lis httpSession.getAttribute ( "User") is
empty or he is not getting anything

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to