Hi,
Sorry, this documentation clearly needs to be updated, or at
least clarified.
The logic behind the startup page is quite complex and
depends on whether you have only one or several domains in
the repository, whether you have read rights on it, etc...
So the view id you're giving here ('user_dashboard') will be
ignored in some of the cases.
The way to proceed is ok though. Adding a seam component
named "myStartupHelper" and declaring it as is, taking
example on the StartupHelp.java class should work:
<extension target="pages#PAGES">
<page view-id="/nxstartup.xhtml"
action="#{myStartupHelper.initDomainAndFindStartupPage('Default
domain', 'user_dashboard')}"
/>
</extension>

See
http://hg.nuxeo.org/nuxeo/nuxeo-dm/file/release-5.3.2/nuxeo-platform-webapp-core/src/main/java/org/nuxeo/ecm/webapp/helpers/StartupHelper.java
---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to