I've been working on an intranet application. The application has used Tomcat's security to require a simple login to access several related applications. The goal now is to increase the user authorization so that functions inside the applications can be controlled by allowing selected users different access levels (such as "full access" or "read only" or "none'). So far I've created a login panel that validates the user's id and password and presents a menu of the applications the user can access. I'm using HTML anchor element widgets to provide access to the various GWT applications. I need to pass the user id from the login/menu application to the user's selected GWT application. Any ideas?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
