Hi.
Here is an answer from Anahide Tchertchian :

Yes i'm not sure navigation cases can be overriden.
Besides you need nxstartup.xhtml, it does additional work (like setting the 
current document context) through seam pages mechanism.

> What is the proper way to do what I want ?

Try that one, pages declarations do override each other:

<extension target="pages#PAGES">
   <!-- Post login and 'home' view handler -->
   <page view-id="/nxstartup.xhtml"
       action="#{startupHelper.initDomainAndFindStartupPage('Default
domain', 'advanced_search_page')}" />

</extension>

Just make sure it is added to pages.xml after the standard one.

Regards,


----------------------------------------------------------------


Okay Thank you Anahide.
I just tried that.
After deployment, this was "added" to the pages.xml ... but it DID NOT override 
the previous configuration (for this action-id). It seems that pages 
declarations DO NOT override each other.
And then, it still doesn't work.

PS :
Nuxeo EP5.2M1
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to