[EMAIL PROTECTED] a écrit : > > Hello, > > I would like to know if it's possible to change the starting page when you are > logging in Nuxeo 5. > I mean, is it possible to start in an other directory than "default Domain". > For example I want to start directly in "Workspaces"!
Yes you can build a plugin such as described in the NXSample project and override the /nxstarup.xhtml association in the pages#PAGES directive of your deployment-fragment.xml to point to a custom bean such in the same spirit as the currently used StartupHelper class. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
