2 Replies Latest reply on Oct 28, 2004 11:10 PM by sanjewad

    How to Use Custom Login

    sanjewad

      Hi
      We are developing a J2EE application with Struts and EJB. We need to customize our web pages(Enable/Diasable) depending on the user login.
      What is the most appropriate way to do this.


      I was planning to define users into Groups/Levels/Roles. When the user logins it checks for these 3 options. Depending on this the initial Web Page(most probably the Menu page) will be loaded with enable/disable features. When it drill down to EJB level it will have only the roles only.

      Is there a way to write a custom login module to support this feature?.