cancel
Showing results for 
Search instead for 
Did you mean: 

removing the login page and redirecting to home page

nirvana
Champ in-the-making
Champ in-the-making
HI All,

I've implemented SSO over Activiti and now I need to remove the login page and redirect it to the home page.

Can some one tell me the changes that need to be done.

I've check the ExplorerApp init() method and changed to following


public void init() {

    setMainWindow(mainWindow);
    mainWindow.showDefaultContent();
   
// When I commented out the above code am getting main window is not set ?
    setViewManager(viewManager);s
    viewManager.showDefaultPage();
   
  }


Can someone please help ?

Regards,
Nirvana

1 REPLY 1

nirvana
Champ in-the-making
Champ in-the-making
HI All,

I've implemented SSO over Activiti and now I need to remove the login page and redirect it to the home page.

Can some one tell me the changes that need to be done.

I've check the ExplorerApp init() method and changed to following

public void init() {

    setMainWindow(mainWindow);
    mainWindow.showDefaultContent();

// When I commented out the above code am getting main window is not set ?
    setViewManager(viewManager);s
    viewManager.showDefaultPage();

  }

Can someone please help ?

Regards,
Nirvana